Home
last modified time | relevance | path

Searched defs:declarators (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DvariableDeclarationBuilder.h44 VariableDeclarationBuilder &SetDeclarators(ArenaVector<VariableDeclarator *> &&declarators) in SetDeclarators() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DvariableDeclaration.h38 explicit VariableDeclaration(VariableDeclarationKind kind, ArenaVector<VariableDeclarator *> &&declarators, in VariableDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DvariableDeclaration.h31 VariableDeclaration(VariableDeclarationKind kind, ArenaAllocator *allocator, ArenaVector<VariableDeclarator *> &&declarators, bool declare) VariableDeclaration() argument
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp1767 auto declarators = decl->AsVariableDeclaration()->Declarators(); in VisitExportNamedVariable() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2420 auto declarators = declNode->AsVariableDeclaration()->Declarators(); in AddExportLocalEntryItem() local

Completed in 13 milliseconds