| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 207 void TSDeclGen::GenFunctionBody(const ir::MethodDefinition *methodDef, const checker::Signature *si… in GenFunctionBody() 229 …unctionType(const checker::ETSFunctionType *etsFunctionType, const ir::MethodDefinition *methodDef) in GenFunctionType() 505 for (const auto *methodDef : prop->AsMethodDefinition()->Overloads()) { in GenInterfaceDeclaration() local 562 for (const auto *methodDef : prop->AsMethodDefinition()->Overloads()) { in GenClassDeclaration() local 580 void TSDeclGen::GenMethodDeclaration(const ir::MethodDefinition *methodDef) in GenMethodDeclaration()
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.cpp | 233 const auto *methodDef = prop->AsMethodDefinition(); in CreateClassPrivateBuffer() local 365 auto *methodDef = stmt->AsMethodDefinition(); in CompileComputedKeys() local 475 auto *methodDef = stmt->AsMethodDefinition(); in BuildClassEnvironment() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 129 const auto *methodDef = util::Helpers::GetContainingClassMethodDefinition(scriptFunc); in GenScriptFunction() local 321 void ETSEmitter::GenInterfaceMethodDefinition(const ir::MethodDefinition *methodDef, bool external) in GenInterfaceMethodDefinition() 588 …asm::AnnotationData ETSEmitter::GenAnnotationEnclosingMethod(const ir::MethodDefinition *methodDef) in GenAnnotationEnclosingMethod()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | etsWarningAnalyzer.cpp | 76 void ETSWarningAnalyzer::AnalyzeClassMethodForFinalModifier(const ir::MethodDefinition *methodDef, in AnalyzeClassMethodForFinalModifier()
|
| D | aliveAnalyzer.cpp | 228 void AliveAnalyzer::AnalyzeMethodDef(const ir::MethodDefinition *methodDef) in AnalyzeMethodDef()
|
| D | assignAnalyzer.cpp | 466 const auto methodDef = it->AsMethodDefinition(); in AnalyzeClassDef() local 554 const auto methodDef = node->AsMethodDefinition(); in IsInitialConstructor() local 571 void AssignAnalyzer::AnalyzeMethodDef(const ir::MethodDefinition *methodDef) in AnalyzeMethodDef()
|
| D | typeCheckingHelpers.cpp | 378 auto *methodDef = iter->AsMethodDefinition(); in IterateInVariableContext() local
|
| D | function.cpp | 1581 Signature *ETSChecker::GetSignatureFromMethodDefinition(const ir::MethodDefinition *methodDef) in GetSignatureFromMethodDefinition()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| D | globalClassHandler.cpp | 112 …auto methodDef = NodeAllocator::Alloc<ir::MethodDefinition>(allocator, ir::MethodDefinitionKind::M… in CreateAndFillTopLevelMethod() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | enumLowering.cpp | 64 auto *const methodDef = checker->AllocNode<ir::MethodDefinition>( in MakeMethodDef() local 235 auto *const methodDef = checker_->AllocNode<ir::MethodDefinition>( in CreateCCtorForEnumClass() local 319 auto *const methodDef = checker_->AllocNode<ir::MethodDefinition>( in CreateCtorForEnumClass() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | ETSBinder.cpp | 282 void ETSBinder::BuildMethodDefinition(ir::MethodDefinition *methodDef) in BuildMethodDefinition() 291 void ETSBinder::ResolveMethodDefinition(ir::MethodDefinition *methodDef) in ResolveMethodDefinition()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | helpers.cpp | 489 const ir::MethodDefinition *methodDef = parent->AsMethodDefinition(); in FunctionNameFromParent() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserClasses.cpp | 1049 auto *methodDef = BuildImplicitConstructor(ir::ClassDefinitionModifiers::SET_CTOR_ID, startLoc); in CreateImplicitConstructor() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_builder_test.cpp | 274 auto methodDef = MethodDefinitionBuilder(Allocator()) in TEST_F() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.cpp | 249 auto *methodDef = stmt->AsMethodDefinition(); in AddPrivateName() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.cpp | 518 const ir::MethodDefinition *methodDef = node->AsMethodDefinition(); in GetName() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 2550 auto *methodDef = stmt->AsMethodDefinition(); in ValidatePrivateProperty() local
|