Home
last modified time | relevance | path

Searched defs:declarators (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DvariableDeclarationBuilder.h38 VariableDeclarationBuilder &SetDeclarators(ArenaVector<VariableDeclarator *> &&declarators) in SetDeclarators()
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin_ut/
Dplugin_ut_variables_api.cpp179 …es2panda_AstNode **declarators = g_impl->VariableDeclarationDeclaratorsConst(context, letStatement… in UpdateAst() local
220 …es2panda_AstNode **declarators = g_impl->VariableDeclarationDeclaratorsConst(context, letStatement… in Handle() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclaration.h38 …it VariableDeclaration(VariableDeclarationKind kind, ArenaVector<VariableDeclarator *> &&declarato… in VariableDeclaration()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DvariableDeclaration.h37 ArenaVector<VariableDeclarator *> &&declarators) in VariableDeclaration()
DvariableDeclaration.cpp185 ArenaVector<VariableDeclarator *> declarators(allocator->Adapter()); in Construct() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_new_expression.cpp158 …es2panda_AstNode **declarators = impl->VariableDeclarationDeclaratorsConst(context, variableDeclar… in main() local
Dplugin_proceed_to_state_function_to_arrow.cpp69 auto **declarators = impl->VariableDeclarationDeclaratorsConst(ctx, node, &declaratorsCount); in FindArrowFunctions() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
DscopedDebugInfoPlugin.cpp38 … ArenaVector<ir::VariableDeclarator *> declarators(1, declarator, checker->Allocator()->Adapter()); in CreateVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DrestTupleLowering.cpp295 ArenaVector<ir::VariableDeclarator *> declarators(ctx->Allocator()->Adapter()); in CreateNewVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp393 ark::ArenaVector<ark::es2panda::ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp610 …if (auto const &declarators = left->AsVariableDeclaration()->Declarators(); !declarators.empty()) { in GetIteratorType() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2158 ArenaVector<ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in ParseVariableDeclaration() local
2417 auto declarators = declNode->AsVariableDeclaration()->Declarators(); in AddExportLocalEntryItem() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1776 auto declarators = decl->AsVariableDeclaration()->Declarators(); in VisitExportNamedVariable() local
1877 ArenaVector<ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in CreateVariableDeclarationWithIdentify() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1551 ArenaVector<ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in ParseVariableDeclaration() local