Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclaration.h38 …it VariableDeclaration(VariableDeclarationKind kind, ArenaVector<VariableDeclarator *> &&declarato… in VariableDeclaration()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp275 auto declarators = decl->AsVariableDeclaration()->Declarators(); in VisitExportNamedVariable() local
356 ArenaVector<ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in CreateVariableDeclarationWithIdentify() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1964 ArenaVector<ir::VariableDeclarator *> declarators(Allocator()->Adapter()); in ParseVariableDeclaration() local
2182 auto declarators = declNode->AsVariableDeclaration()->Declarators(); in AddExportLocalEntryItem() local