Home
last modified time | relevance | path

Searched defs:VariableDeclaration (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DvariableDeclaration.cpp116 VariableDeclaration::VariableDeclaration([[maybe_unused]] Tag const tag, VariableDeclaration const &other, in VariableDeclaration() function in ark::es2panda::ir::VariableDeclaration
[all...]
H A DvariableDeclaration.h24 class VariableDeclaration : public Statement { class
31 explicit VariableDeclaration(VariableDeclarationKind kind, ArenaAllocator *allocator, in VariableDeclaration() function in ark::es2panda::ir::VariableDeclaration
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DvariableDeclaration.h34 class VariableDeclaration : public Statement { class
38 explicit VariableDeclaration(VariableDeclarationKind kind, ArenaVector<VariableDeclarator *> &&declarators, in VariableDeclaration() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::VariableDeclaration

Completed in 2 milliseconds