| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 210 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/ |
| D | classDefinition.cpp | 229 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/ |
| D | etsWarningAnalyzer.cpp | 76 void ETSWarningAnalyzer::AnalyzeClassMethodForFinalModifier(const ir::MethodDefinition *methodDef, in AnalyzeClassMethodForFinalModifier()
|
| D | aliveAnalyzer.cpp | 229 void AliveAnalyzer::AnalyzeMethodDef(const ir::MethodDefinition *methodDef) in AnalyzeMethodDef()
|
| D | assignAnalyzer.cpp | 468 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()
|
| D | typeCheckingHelpers.cpp | 426 auto *methodDef = iter->AsMethodDefinition(); in IterateInVariableContext() local
|
| D | function.cpp | 1614 Signature *ETSChecker::GetSignatureFromMethodDefinition(const ir::MethodDefinition *methodDef) in GetSignatureFromMethodDefinition()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 136 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/ |
| D | enumLowering.cpp | 60 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/ |
| D | helpers.cpp | 517 const ir::MethodDefinition *methodDef = parent->AsMethodDefinition(); in FunctionNameFromParent() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | ETSBinder.cpp | 341 void ETSBinder::BuildMethodDefinition(ir::MethodDefinition *methodDef) in BuildMethodDefinition() 377 void ETSBinder::ResolveMethodDefinition(ir::MethodDefinition *methodDef) in ResolveMethodDefinition()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserClasses.cpp | 1089 auto *methodDef = BuildImplicitConstructor(ir::ClassDefinitionModifiers::SET_CTOR_ID, startLoc); in CreateImplicitConstructor() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_builder_test.cpp | 294 auto methodDef = MethodDefinitionBuilder(Allocator()) in TEST_F() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.cpp | 229 auto *methodDef = stmt->AsMethodDefinition(); in AddPrivateName() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.cpp | 505 const ir::MethodDefinition *methodDef = node->AsMethodDefinition(); in GetName() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 2558 auto *methodDef = stmt->AsMethodDefinition(); in ValidatePrivateProperty() local
|