Searched defs:VariableDeclarator (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/statements/ | ||
| H A D | variableDeclarator.h | 35 class VariableDeclarator : public Statement { class 37 explicit VariableDeclarator(Expression *ident) in VariableDeclarator() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::VariableDeclarator 42 explicit VariableDeclarator(Expression *ident, Expression *init) in VariableDeclarator() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::VariableDeclarator |
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ | ||
| H A D | variableDeclarator.h | 34 class VariableDeclarator : public TypedStatement { class 36 explicit VariableDeclarator(VariableDeclaratorFlag flag, Expression *ident) in VariableDeclarator() function in ark::es2panda::ark::es2panda::ir::VariableDeclarator 41 explicit VariableDeclarator(VariableDeclaratorFlag flag, Expression *ident, Expression *init) in VariableDeclarator() function in ark::es2panda::ark::es2panda::ir::VariableDeclarator |
Completed in 1 milliseconds