| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_function_to_arrow.cpp | 126 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
|
| D | plugin_proceed_to_state_test_annotation_change.cpp | 79 auto *funcDecl = functionDeclarations.front(); in ChangeAnnotationName() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/program/ |
| D | entityNameVisitor.cpp | 25 void EntityNameVisitor::VisitFunctionDeclaration(ir::FunctionDeclaration *funcDecl) in VisitFunctionDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| D | globalDeclTransformer.cpp | 39 void GlobalDeclTransformer::VisitFunctionDeclaration(ir::FunctionDeclaration *funcDecl) in VisitFunctionDeclaration()
|
| D | importExportDecls.cpp | 141 void ImportExportDecls::VisitFunctionDeclaration(ir::FunctionDeclaration *funcDecl) in VisitFunctionDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | IsolatedDeclgenChecker.cpp | 115 auto *funcDecl = decl->AsFunctionDeclaration(); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | signature_help_items_test.cpp | 235 ark::es2panda::ir::MethodDefinition *funcDecl = nullptr; in TEST_F() local
|
| D | change_tracker_test.cpp | 411 ark::es2panda::ir::AstNode *funcDecl; in TEST_F() local 443 ark::es2panda::ir::AstNode *funcDecl; in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | statementParser.cpp | 294 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
|
| D | ETSparser.cpp | 2203 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/ |
| D | statementParser.cpp | 639 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/ |
| D | scopesInitPhase.cpp | 308 void ScopesInitPhase::VisitFunctionDeclaration(ir::FunctionDeclaration *funcDecl) in VisitFunctionDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 2828 const funcDecl = extendDecorator.parent; constant
|