Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp207 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/
DclassDefinition.cpp233 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/
DETSemitter.cpp129 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/
DetsWarningAnalyzer.cpp76 void ETSWarningAnalyzer::AnalyzeClassMethodForFinalModifier(const ir::MethodDefinition *methodDef, in AnalyzeClassMethodForFinalModifier()
DaliveAnalyzer.cpp228 void AliveAnalyzer::AnalyzeMethodDef(const ir::MethodDefinition *methodDef) in AnalyzeMethodDef()
DassignAnalyzer.cpp466 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()
DtypeCheckingHelpers.cpp378 auto *methodDef = iter->AsMethodDefinition(); in IterateInVariableContext() local
Dfunction.cpp1581 Signature *ETSChecker::GetSignatureFromMethodDefinition(const ir::MethodDefinition *methodDef) in GetSignatureFromMethodDefinition()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalClassHandler.cpp112 …auto methodDef = NodeAllocator::Alloc<ir::MethodDefinition>(allocator, ir::MethodDefinitionKind::M… in CreateAndFillTopLevelMethod() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp64 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/
DETSBinder.cpp282 void ETSBinder::BuildMethodDefinition(ir::MethodDefinition *methodDef) in BuildMethodDefinition()
291 void ETSBinder::ResolveMethodDefinition(ir::MethodDefinition *methodDef) in ResolveMethodDefinition()
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp489 const ir::MethodDefinition *methodDef = parent->AsMethodDefinition(); in FunctionNameFromParent() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserClasses.cpp1049 auto *methodDef = BuildImplicitConstructor(ir::ClassDefinitionModifiers::SET_CTOR_ID, startLoc); in CreateImplicitConstructor() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp274 auto methodDef = MethodDefinitionBuilder(Allocator()) in TEST_F() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp249 auto *methodDef = stmt->AsMethodDefinition(); in AddPrivateName() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp518 const ir::MethodDefinition *methodDef = node->AsMethodDefinition(); in GetName() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2550 auto *methodDef = stmt->AsMethodDefinition(); in ValidatePrivateProperty() local