Home
last modified time | relevance | path

Searched defs:funcDecl (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_function_to_arrow.cpp126 static void SetParentRelations(es2panda_AstNode *funcDecl, es2panda_AstNode *funcId, es2panda_AstNo… in SetParentRelations()
170 auto *funcDecl = impl->CreateFunctionDeclaration(ctx, newScriptFunc, nullptr, 0, false); in CreateFunctionDeclaration() local
201 auto *funcDecl = CreateFunctionDeclaration(transform.funcName.c_str()); in ApplyArrowToFunctionTransformations() local
Dplugin_proceed_to_state_test_annotation_change.cpp79 auto *funcDecl = functionDeclarations.front(); in ChangeAnnotationName() local
/arkcompiler/ets_frontend/ets2panda/parser/program/
DentityNameVisitor.cpp25 void EntityNameVisitor::VisitFunctionDeclaration(ir::FunctionDeclaration *funcDecl) in VisitFunctionDeclaration()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalDeclTransformer.cpp39 void GlobalDeclTransformer::VisitFunctionDeclaration(ir::FunctionDeclaration *funcDecl) in VisitFunctionDeclaration()
DimportExportDecls.cpp141 void ImportExportDecls::VisitFunctionDeclaration(ir::FunctionDeclaration *funcDecl) in VisitFunctionDeclaration()
/arkcompiler/ets_frontend/ets2panda/checker/
DIsolatedDeclgenChecker.cpp115 auto *funcDecl = decl->AsFunctionDeclaration(); in Check() local
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dsignature_help_items_test.cpp235 ark::es2panda::ir::MethodDefinition *funcDecl = nullptr; in TEST_F() local
Dchange_tracker_test.cpp411 ark::es2panda::ir::AstNode *funcDecl; in TEST_F() local
443 ark::es2panda::ir::AstNode *funcDecl; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp294 auto *funcDecl = ParseFunctionDeclaration(false, ParserStatus::NO_OPTS); in ParseFunctionStatement() local
684 auto *funcDecl = AllocNode<ir::FunctionDeclaration>(Allocator(), func, true); in ParseFunctionDeclaration() local
704 auto *funcDecl = AllocNode<ir::FunctionDeclaration>(Allocator(), func); in ParseFunctionDeclaration() local
DETSparser.cpp2203 auto *funcDecl = AllocNode<ir::FunctionDeclaration>(Allocator(), func); in ParseFunctionDeclaration() local
2254 auto *funcDecl = AllocNode<ir::FunctionDeclaration>(Allocator(), func); in ParseAccessorWithReceiver() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp639 auto *funcDecl = ParseFunctionDeclaration(false, ParserStatus::NO_OPTS, isDeclare); in ParseFunctionStatement() local
1191 auto *funcDecl = AllocNode<ir::FunctionDeclaration>(func); in ParseFunctionDeclaration() local
1223 auto *funcDecl = AllocNode<ir::FunctionDeclaration>(func); in ParseFunctionDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp308 void ScopesInitPhase::VisitFunctionDeclaration(ir::FunctionDeclaration *funcDecl) in VisitFunctionDeclaration()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts2828 const funcDecl = extendDecorator.parent; constant