Searched defs:declarators (Results 1 – 9 of 9) sorted by relevance
38 VariableDeclarationBuilder &SetDeclarators(ArenaVector<VariableDeclarator *> &&declarators) in SetDeclarators()
38 …it VariableDeclaration(VariableDeclarationKind kind, ArenaVector<VariableDeclarator *> &&declarato… in VariableDeclaration()
32 ArenaVector<VariableDeclarator *> &&declarators) in VariableDeclaration()
37 … ArenaVector<ir::VariableDeclarator *> declarators(1, declarator, checker->Allocator()->Adapter()); in CreateVariableDeclaration() local
394 ark::ArenaVector<ark::es2panda::ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in TEST_F() local
545 …if (auto const &declarators = left->AsVariableDeclaration()->Declarators(); !declarators.empty()) { in GetIteratorType() local
2158 ArenaVector<ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in ParseVariableDeclaration() local2417 auto declarators = declNode->AsVariableDeclaration()->Declarators(); in AddExportLocalEntryItem() local
1572 ArenaVector<ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in ParseVariableDeclaration() local
1756 auto declarators = decl->AsVariableDeclaration()->Declarators(); in VisitExportNamedVariable() local1857 ArenaVector<ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in CreateVariableDeclarationWithIdentify() local