Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp210 void TSDeclGen::GenFunctionBody(const ir::MethodDefinition *methodDef, const checker::Signature *si… in GenFunctionBody()
232 …unctionType(const checker::ETSFunctionType *etsFunctionType, const ir::MethodDefinition *methodDef) in GenFunctionType()
510 for (const auto *methodDef : prop->AsMethodDefinition()->Overloads()) { in GenInterfaceDeclaration() local
567 for (const auto *methodDef : prop->AsMethodDefinition()->Overloads()) { in GenClassDeclaration() local
585 void TSDeclGen::GenMethodDeclaration(const ir::MethodDefinition *methodDef) in GenMethodDeclaration()
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp229 const auto *methodDef = prop->AsMethodDefinition(); in CreateClassPrivateBuffer() local
361 auto *methodDef = stmt->AsMethodDefinition(); in CompileComputedKeys() local
471 auto *methodDef = stmt->AsMethodDefinition(); in BuildClassEnvironment() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DetsWarningAnalyzer.cpp76 void ETSWarningAnalyzer::AnalyzeClassMethodForFinalModifier(const ir::MethodDefinition *methodDef, in AnalyzeClassMethodForFinalModifier()
DaliveAnalyzer.cpp229 void AliveAnalyzer::AnalyzeMethodDef(const ir::MethodDefinition *methodDef) in AnalyzeMethodDef()
DassignAnalyzer.cpp468 const auto methodDef = it->AsMethodDefinition(); in AnalyzeClassDef() local
556 const auto methodDef = node->AsMethodDefinition(); in IsInitialConstructor() local
573 void AssignAnalyzer::AnalyzeMethodDef(const ir::MethodDefinition *methodDef) in AnalyzeMethodDef()
DtypeCheckingHelpers.cpp426 auto *methodDef = iter->AsMethodDefinition(); in IterateInVariableContext() local
Dfunction.cpp1614 Signature *ETSChecker::GetSignatureFromMethodDefinition(const ir::MethodDefinition *methodDef) in GetSignatureFromMethodDefinition()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp136 const auto *methodDef = util::Helpers::GetContainingClassMethodDefinition(scriptFunc); in GenScriptFunction() local
334 void ETSEmitter::GenInterfaceMethodDefinition(const ir::MethodDefinition *methodDef, bool external) in GenInterfaceMethodDefinition()
926 …asm::AnnotationData ETSEmitter::GenAnnotationEnclosingMethod(const ir::MethodDefinition *methodDef) in GenAnnotationEnclosingMethod()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp60 auto *const methodDef = checker->AllocNode<ir::MethodDefinition>( in MakeMethodDef() local
190 auto *const methodDef = checker_->AllocNode<ir::MethodDefinition>( in CreateCCtorForEnumClass() local
255 auto *const methodDef = checker_->AllocNode<ir::MethodDefinition>( in CreateCtorForEnumClass() local
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp517 const ir::MethodDefinition *methodDef = parent->AsMethodDefinition(); in FunctionNameFromParent() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp341 void ETSBinder::BuildMethodDefinition(ir::MethodDefinition *methodDef) in BuildMethodDefinition()
377 void ETSBinder::ResolveMethodDefinition(ir::MethodDefinition *methodDef) in ResolveMethodDefinition()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserClasses.cpp1089 auto *methodDef = BuildImplicitConstructor(ir::ClassDefinitionModifiers::SET_CTOR_ID, startLoc); in CreateImplicitConstructor() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp294 auto methodDef = MethodDefinitionBuilder(Allocator()) in TEST_F() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp229 auto *methodDef = stmt->AsMethodDefinition(); in AddPrivateName() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp505 const ir::MethodDefinition *methodDef = node->AsMethodDefinition(); in GetName() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2558 auto *methodDef = stmt->AsMethodDefinition(); in ValidatePrivateProperty() local