Home
last modified time | relevance | path

Searched defs:IsStatement (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/
Dstatement.h25 bool IsStatement() const override in IsStatement() function
/arkcompiler/ets_frontend/ets2panda/ir/
Dstatement.h32 [[nodiscard]] bool IsStatement() const noexcept override in IsStatement() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp112 bool MIRParser::IsStatement(TokenKind tk) const in IsStatement() function in maple::MIRParser