Home
last modified time | relevance | path

Searched defs:Statement (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/
H A Dstatement.h23 class Statement : public AstNode { class
31 explicit Statement(AstNodeType type) : AstNode(type) {} in Statement() function in panda::es2panda::ir::Statement
/arkcompiler/ets_frontend/ets2panda/ir/
H A Dstatement.h24 class Statement : public AstNode { class
40 explicit Statement(AstNodeType type) : AstNode(type) {} in Statement() function in ark::es2panda::ir::Statement
41 explicit Statement(AstNodeType type, ModifierFlags flags) : AstNode(type, flags) {} in Statement() function in ark::es2panda::ir::Statement
42 Statement(Statement const &other) : AstNode(static_cast<AstNode const &>(other)) {} in Statement() function in ark::es2panda::ir::Statement

Completed in 1 milliseconds