Home
last modified time | relevance | path

Searched defs:EmptyStatement (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DemptyStatement.h24 explicit EmptyStatement() : Statement(AstNodeType::EMPTY_STATEMENT) {} in EmptyStatement() function
25 explicit EmptyStatement(bool isBrokenStatement) in EmptyStatement() function
/arkcompiler/ets_frontend/es2panda/ir/statements/
DemptyStatement.h34 explicit EmptyStatement() : Statement(AstNodeType::EMPTY_STATEMENT) {} in EmptyStatement() function
/arkcompiler/ets_frontend/ets2panda/parser/
DforwardDeclForParserImpl.h73 class EmptyStatement; variable
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h112 class EmptyStatement; variable