Home
last modified time | relevance | path

Searched defs:methodDef (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DetsWarningAnalyzer.cpp76 void ETSWarningAnalyzer::AnalyzeClassMethodForFinalModifier(const ir::MethodDefinition *methodDef, in AnalyzeClassMethodForFinalModifier() argument
H A DaliveAnalyzer.cpp229 void AliveAnalyzer::AnalyzeMethodDef(const ir::MethodDefinition *methodDef) in AnalyzeMethodDef() argument
H A 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() argument
[all...]
H A Dfunction.cpp1624 Signature *ETSChecker::GetSignatureFromMethodDefinition(const ir::MethodDefinition *methodDef) in GetSignatureFromMethodDefinition() argument
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp294 auto methodDef = MethodDefinitionBuilder(Allocator()) in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DenumLowering.cpp64 auto *const methodDef = checker->AllocNode<ir::MethodDefinition>( in MakeMethodDef() local
235 auto *const methodDef in CreateCCtorForEnumClass() local
319 auto *const methodDef = checker_->AllocNode<ir::MethodDefinition>( CreateCtorForEnumClass() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.cpp129 const auto *methodDef = util::Helpers::GetContainingClassMethodDefinition(scriptFunc); in GenScriptFunction() local
321 void ETSEmitter::GenInterfaceMethodDefinition(const ir::MethodDefinition *methodDef, bool external) in GenInterfaceMethodDefinition() argument
588 pandasm::AnnotationData ETSEmitter::GenAnnotationEnclosingMethod(const ir::MethodDefinition *methodDef) in GenAnnotationEnclosingMethod() argument
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp207 void TSDeclGen::GenFunctionBody(const ir::MethodDefinition *methodDef, const checker::Signature *sig, in GenFunctionBody() argument
229 void TSDeclGen::GenFunctionType(const checker::ETSFunctionType *etsFunctionType, const ir::MethodDefinition *methodDef) in GenFunctionType() argument
579 GenMethodDeclaration(const ir::MethodDefinition *methodDef) GenMethodDeclaration() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserClasses.cpp1072 auto *methodDef = BuildImplicitConstructor(ir::ClassDefinitionModifiers::SET_CTOR_ID, startLoc); in CreateImplicitConstructor() local
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.cpp517 const ir::MethodDefinition *methodDef = parent->AsMethodDefinition(); in FunctionNameFromParent() local
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.cpp249 auto *methodDef = stmt->AsMethodDefinition(); in AddPrivateName() local
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.cpp233 const auto *methodDef = prop->AsMethodDefinition(); in CreateClassPrivateBuffer() local
365 auto *methodDef = stmt->AsMethodDefinition(); in CompileComputedKeys() local
475 auto *methodDef = stmt->AsMethodDefinition(); BuildClassEnvironment() local
[all...]
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.cpp296 void ETSBinder::BuildMethodDefinition(ir::MethodDefinition *methodDef) in BuildMethodDefinition() argument
305 void ETSBinder::ResolveMethodDefinition(ir::MethodDefinition *methodDef) in ResolveMethodDefinition() argument
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp518 const ir::MethodDefinition *methodDef = node->AsMethodDefinition(); in GetName() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp2553 auto *methodDef = stmt->AsMethodDefinition(); in ValidatePrivateProperty() local
[all...]

Completed in 23 milliseconds