Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp207 void TSDeclGen::ProcessClassMethodDependencies(const ir::MethodDefinition *methodDef) in ProcessClassMethodDependencies()
261 void TSDeclGen::ProcessInterfaceMethodDependencies(const ir::MethodDefinition *methodDef) in ProcessInterfaceMethodDependencies()
588 const ir::MethodDefinition *methodDef) in GetFuncSignature()
663 …unctionType(const checker::ETSFunctionType *etsFunctionType, const ir::MethodDefinition *methodDef) in GenFunctionType()
1678 void TSDeclGen::ProcessInterfaceMethodDefinition(const ir::MethodDefinition *methodDef) in ProcessInterfaceMethodDefinition()
1700 bool TSDeclGen::GenInterfaceProp(const ir::MethodDefinition *methodDef) in GenInterfaceProp()
1739 void TSDeclGen::ProcessMethodDefinition(const ir::MethodDefinition *methodDef, in ProcessMethodDefinition()
2034 bool TSDeclGen::ShouldSkipMethodDeclaration(const ir::MethodDefinition *methodDef) in ShouldSkipMethodDeclaration()
2079 void TSDeclGen::GenMethodDeclaration(const ir::MethodDefinition *methodDef) in GenMethodDeclaration()
2100 bool TSDeclGen::GenMethodDeclarationPrefix(const ir::MethodDefinition *methodDef, const ir::Identif… in GenMethodDeclarationPrefix()
[all …]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinsertOptionalParametersAnnotation.cpp96 auto methodDef = node->AsMethodDefinition(); in TryInsertDefaultAnnotation() local
DrestTupleLowering.cpp325 auto *const methodDef = in CreateNewMethodDefinition() local
373 …auto *const methodDef = CreateNewMethodDefinition(ctx, definition->AsMethodDefinition(), function); in CreateNewMethod() local
DenumLowering.cpp61 auto *const methodDef = ctx->AllocNode<ir::MethodDefinition>( in MakeMethodDef() local
318 auto *const methodDef = in CreateCCtorForEnumClass() local
407 …auto *const methodDef = AllocNode<ir::MethodDefinition>(ir::MethodDefinitionKind::CONSTRUCTOR, ide… in CreateCtorForEnumClass() local
DinterfaceObjectLiteralLowering.cpp386 auto methodDef = it->AsMethodDefinition(); in CheckInterfaceShouldGenerateAnonClass() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_update_class.cpp94 es2panda_AstNode *methodDef = body[i]; in FindBarMethod() local
Duse_plugin_to_test_export_table.cpp103 auto *methodDef = programPtr->Ast() in ProcessProgram() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp234 const auto *methodDef = prop->AsMethodDefinition(); in CreateClassPrivateBuffer() local
366 auto *methodDef = stmt->AsMethodDefinition(); in CompileComputedKeys() local
476 auto *methodDef = stmt->AsMethodDefinition(); in BuildClassEnvironment() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp229 void AliveAnalyzer::AnalyzeMethodDef(const ir::MethodDefinition *methodDef) in AnalyzeMethodDef()
DassignAnalyzer.cpp444 const auto methodDef = it->AsMethodDefinition(); in AnalyzeClassDef() local
534 const auto methodDef = node->AsMethodDefinition(); in IsInitialConstructor() local
554 void AssignAnalyzer::AnalyzeMethodDef(const ir::MethodDefinition *methodDef) in AnalyzeMethodDef()
DetsWarningAnalyzer.cpp77 void ETSWarningAnalyzer::AnalyzeClassMethodForFinalModifier(const ir::MethodDefinition *methodDef, in AnalyzeClassMethodForFinalModifier()
DtypeCreation.cpp499 auto *methodDef = method->Declaration()->Node()->AsMethodDefinition(); in ProcessTypeMembers() local
DtypeCheckingHelpers.cpp469 auto *methodDef = iter->AsMethodDefinition(); in IterateInVariableContext() local
Dfunction.cpp1838 Signature *ETSChecker::GetSignatureFromMethodDefinition(const ir::MethodDefinition *methodDef) in GetSignatureFromMethodDefinition()
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Disolated_declaration.cpp276 const ir::MethodDefinition *methodDef) in GetFuncSignature()
Dquick_info.cpp132 auto methodDef = it->AsMethodDefinition(); in GetPropertyNodeFromContextualType() local
143 auto methodDef = it->AsMethodDefinition(); in GetPropertyNodeFromContextualType() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp143 const auto *methodDef = util::Helpers::GetContainingClassMethodDefinition(scriptFunc); in GenScriptFunction() local
452 void ETSEmitter::GenInterfaceMethodDefinition(const ir::MethodDefinition *methodDef, bool external) in GenInterfaceMethodDefinition()
1036 …asm::AnnotationData ETSEmitter::GenAnnotationEnclosingMethod(const ir::MethodDefinition *methodDef) in GenAnnotationEnclosingMethod()
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp519 const ir::MethodDefinition *methodDef = parent->AsMethodDefinition(); in FunctionNameFromParent() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp229 auto *methodDef = stmt->AsMethodDefinition(); in AddPrivateName() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp293 auto methodDef = MethodDefinitionBuilder(Allocator()) in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp402 void ETSBinder::BuildMethodDefinition(ir::MethodDefinition *methodDef) in BuildMethodDefinition()
447 void ETSBinder::ResolveMethodDefinition(ir::MethodDefinition *methodDef) in ResolveMethodDefinition()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalClassHandler.cpp447 …auto *methodDef = NodeAllocator::Alloc<ir::MethodDefinition>(allocator_, ir::MethodDefinitionKind:… in CreateGlobalMethod() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp507 const ir::MethodDefinition *methodDef = node->AsMethodDefinition(); in GetName() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserClasses.cpp1386 auto *methodDef = BuildImplicitConstructor(ir::ClassDefinitionModifiers::SET_CTOR_ID, startLoc); in CreateImplicitConstructor() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1533 ir::AstNode *methodDef = signature->Function(); in GetCallExpressionReturnType() local

12