Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DvariableDeclarationBuilder.h38 VariableDeclarationBuilder &SetDeclarators(ArenaVector<VariableDeclarator *> &&declarators) in SetDeclarators()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclaration.h38 …it VariableDeclaration(VariableDeclarationKind kind, ArenaVector<VariableDeclarator *> &&declarato… in VariableDeclaration()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DvariableDeclaration.h32 ArenaVector<VariableDeclarator *> &&declarators) in VariableDeclaration()
/arkcompiler/ets_frontend/ets2panda/evaluate/
DscopedDebugInfoPlugin.cpp37 … ArenaVector<ir::VariableDeclarator *> declarators(1, declarator, checker->Allocator()->Adapter()); in CreateVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp394 ark::ArenaVector<ark::es2panda::ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp545 …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/ets2panda/parser/
DstatementParser.cpp1572 ArenaVector<ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in ParseVariableDeclaration() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1756 auto declarators = decl->AsVariableDeclaration()->Declarators(); in VisitExportNamedVariable() local
1857 ArenaVector<ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in CreateVariableDeclarationWithIdentify() local