Home
last modified time | relevance | path

Searched defs:Consequent (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DifStatement.h52 [[nodiscard]] const Statement *Consequent() const noexcept in Consequent() function
57 [[nodiscard]] Statement *Consequent() noexcept in Consequent() function
DswitchCaseStatement.h56 [[nodiscard]] const ArenaVector<Statement *> &Consequent() const noexcept in Consequent() function
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DconditionalExpression.h56 [[nodiscard]] const Expression *Consequent() const noexcept in Consequent() function
61 [[nodiscard]] Expression *Consequent() noexcept in Consequent() function
/arkcompiler/ets_frontend/es2panda/ir/statements/
DswitchCaseStatement.h46 const ArenaVector<Statement *> &Consequent() const in Consequent() function
DifStatement.h49 const Statement *Consequent() const in Consequent() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DconditionalExpression.h49 const Expression *Consequent() const in Consequent() function