Home
last modified time | relevance | path

Searched defs:methodDef (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp233 const auto *methodDef = prop->AsMethodDefinition(); in CreateClassPrivateBuffer() local
365 auto *methodDef = stmt->AsMethodDefinition(); in CompileComputedKeys() local
476 auto *methodDef = stmt->AsMethodDefinition(); in BuildClassEnvironment() local
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp212 …unctionType(const checker::ETSFunctionType *etsFunctionType, const ir::MethodDefinition *methodDef) in GenFunctionType()
511 void TSDeclGen::GenMethodDeclaration(const ir::MethodDefinition *methodDef) in GenMethodDeclaration()
Dhelpers.cpp552 const ir::MethodDefinition *methodDef = parent->AsMethodDefinition(); in FunctionName() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp119 const auto *methodDef = util::Helpers::GetContainingClassMethodDefinition(scriptFunc); in GenScriptFunction() local
319 void ETSEmitter::GenInterfaceMethodDefinition(const ir::MethodDefinition *methodDef, bool external) in GenInterfaceMethodDefinition()
579 …asm::AnnotationData ETSEmitter::GenAnnotationEnclosingMethod(const ir::MethodDefinition *methodDef) in GenAnnotationEnclosingMethod()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp265 void AliveAnalyzer::AnalyzeMethodDef(const ir::MethodDefinition *methodDef) in AnalyzeMethodDef()
Denum.cpp176 auto *const methodDef = checker->Allocator()->New<ir::MethodDefinition>( in MakeMethodDef() local
Dhelpers.cpp297 auto *methodDef = iter->AsMethodDefinition(); in GetTypeOfVariable() local
Dfunction.cpp1261 Signature *ETSChecker::GetSignatureFromMethodDefinition(const ir::MethodDefinition *methodDef) in GetSignatureFromMethodDefinition()
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h462 auto methodDef = node->AsMethodDefinition(); in FunctionType() local
535 void FillMethodModifier(const ir::MethodDefinition *methodDef) in FillMethodModifier()
781 auto methodDef = const_cast<ir::ClassDefinition *>(classDef)->Ctor(); in FillFieldsandMethods() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp264 void ETSBinder::BuildMethodDefinition(ir::MethodDefinition *methodDef) in BuildMethodDefinition()
276 void ETSBinder::ResolveMethodDefinition(ir::MethodDefinition *methodDef) in ResolveMethodDefinition()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp229 auto *methodDef = stmt->AsMethodDefinition(); in AddPrivateName() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp506 const ir::MethodDefinition *methodDef = parent->AsMethodDefinition(); in FunctionName() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2510 auto *methodDef = stmt->AsMethodDefinition(); in ValidatePrivateProperty() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp4676 auto *methodDef = BuildImplicitConstructor(ir::ClassDefinitionModifiers::SET_CTOR_ID, startLoc); in CreateImplicitConstructor() local