| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 207 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/ |
| D | insertOptionalParametersAnnotation.cpp | 96 auto methodDef = node->AsMethodDefinition(); in TryInsertDefaultAnnotation() local
|
| D | restTupleLowering.cpp | 325 auto *const methodDef = in CreateNewMethodDefinition() local 373 …auto *const methodDef = CreateNewMethodDefinition(ctx, definition->AsMethodDefinition(), function); in CreateNewMethod() local
|
| D | enumLowering.cpp | 61 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
|
| D | interfaceObjectLiteralLowering.cpp | 386 auto methodDef = it->AsMethodDefinition(); in CheckInterfaceShouldGenerateAnonClass() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_update_class.cpp | 94 es2panda_AstNode *methodDef = body[i]; in FindBarMethod() local
|
| D | use_plugin_to_test_export_table.cpp | 103 auto *methodDef = programPtr->Ast() in ProcessProgram() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.cpp | 234 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/ |
| D | aliveAnalyzer.cpp | 229 void AliveAnalyzer::AnalyzeMethodDef(const ir::MethodDefinition *methodDef) in AnalyzeMethodDef()
|
| D | assignAnalyzer.cpp | 444 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()
|
| D | etsWarningAnalyzer.cpp | 77 void ETSWarningAnalyzer::AnalyzeClassMethodForFinalModifier(const ir::MethodDefinition *methodDef, in AnalyzeClassMethodForFinalModifier()
|
| D | typeCreation.cpp | 499 auto *methodDef = method->Declaration()->Node()->AsMethodDefinition(); in ProcessTypeMembers() local
|
| D | typeCheckingHelpers.cpp | 469 auto *methodDef = iter->AsMethodDefinition(); in IterateInVariableContext() local
|
| D | function.cpp | 1838 Signature *ETSChecker::GetSignatureFromMethodDefinition(const ir::MethodDefinition *methodDef) in GetSignatureFromMethodDefinition()
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | isolated_declaration.cpp | 276 const ir::MethodDefinition *methodDef) in GetFuncSignature()
|
| D | quick_info.cpp | 132 auto methodDef = it->AsMethodDefinition(); in GetPropertyNodeFromContextualType() local 143 auto methodDef = it->AsMethodDefinition(); in GetPropertyNodeFromContextualType() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 143 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/ |
| D | helpers.cpp | 519 const ir::MethodDefinition *methodDef = parent->AsMethodDefinition(); in FunctionNameFromParent() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.cpp | 229 auto *methodDef = stmt->AsMethodDefinition(); in AddPrivateName() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_builder_test.cpp | 293 auto methodDef = MethodDefinitionBuilder(Allocator()) in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | ETSBinder.cpp | 402 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/ |
| D | globalClassHandler.cpp | 447 …auto *methodDef = NodeAllocator::Alloc<ir::MethodDefinition>(allocator_, ir::MethodDefinitionKind:… in CreateGlobalMethod() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.cpp | 507 const ir::MethodDefinition *methodDef = node->AsMethodDefinition(); in GetName() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserClasses.cpp | 1386 auto *methodDef = BuildImplicitConstructor(ir::ClassDefinitionModifiers::SET_CTOR_ID, startLoc); in CreateImplicitConstructor() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 1533 ir::AstNode *methodDef = signature->Function(); in GetCallExpressionReturnType() local
|