Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclaration.h38 …it VariableDeclaration(VariableDeclarationKind kind, ArenaVector<VariableDeclarator *> &&declarato… in VariableDeclaration()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DvariableDeclarationBuilder.h50 VariableDeclarationBuilder &SetDeclarators(ArenaVector<VariableDeclarator *> &&declarators) in SetDeclarators()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DvariableDeclaration.h32 ArenaVector<VariableDeclarator *> &&declarators, bool declare) in VariableDeclaration()
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp374 ark::ArenaVector<ark::es2panda::ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp530 …if (auto const &declarators = left->AsVariableDeclaration()->Declarators(); !declarators.empty()) { in GetIteratorType() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2143 ArenaVector<ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in ParseVariableDeclaration() local
2393 auto declarators = declNode->AsVariableDeclaration()->Declarators(); in AddExportLocalEntryItem() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1404 ArenaVector<ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in ParseVariableDeclaration() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1765 auto declarators = decl->AsVariableDeclaration()->Declarators(); in VisitExportNamedVariable() local
1866 ArenaVector<ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in CreateVariableDeclarationWithIdentify() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp2318es2panda_AstNode **declarators, size_t nDeclarators, in CreateVariableDeclaration()
2344 auto const &declarators = node->Declarators(); in VariableDeclarationDeclarators() local