Home
last modified time | relevance | path

Searched defs:consequent (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DswitchCaseStatement.h32 explicit SwitchCaseStatement(Expression *test, ArenaVector<Statement *> &&consequent) in SwitchCaseStatement() argument
H A DifStatement.cpp116 auto *const consequent = consequent_->Clone(allocator, nullptr)->AsStatement(); in Clone() local
H A DifStatement.h37 explicit IfStatement(Expression *test, Statement *consequent, Statement *alternate) in IfStatement() argument
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DconditionalExpression.cpp99 auto *const consequent = consequent_->Clone(allocator, nullptr)->AsExpression(); in Clone() local
H A DconditionalExpression.h35 explicit ConditionalExpression(Expression *test, Expression *consequent, Expression *alternate) in ConditionalExpression() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DswitchCaseStatementBuilder.h38 SwitchCaseStatementBuilder &SetConsequent(ArenaVector<Statement *> consequent) in SetConsequent() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DswitchCaseStatement.h36 explicit SwitchCaseStatement(Expression *test, ArenaVector<Statement *> &&consequent) in SwitchCaseStatement() argument
H A DifStatement.h36 explicit IfStatement(Expression *test, Statement *consequent, Statement *alternate) in IfStatement() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DconditionalExpression.h34 explicit ConditionalExpression(Expression *test, Expression *consequent, Expression *alternate) in ConditionalExpression() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp1249 auto *consequent = expr->Consequent(); in Check() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp2172 void TSParser::ThrowIfBodyEmptyError(ir::Statement *consequent) in ThrowIfBodyEmptyError() argument
H A DstatementParser.cpp973 void ParserImpl::ThrowIfBodyEmptyError([[maybe_unused]] ir::Statement *consequent) {} in ThrowIfBodyEmptyError() argument
993 ir::Statement *consequent = ParseStatement(StatementParsingFlags::IF_ELSE | StatementParsingFlags::ALLOW_LEXICAL); in ParseIfStatement() local
1113 ir::Statement *consequent = ParseStatement(StatementParsingFlags::ALLOW_LEXICAL); in ParseSwitchCaseStatement() local
H A DexpressionParser.cpp578 ir::Expression *consequent = ParseExpression(); in ParseAssignmentExpression() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp758 ir::Expression *consequent = ParseExpression(); in ParseAssignmentExpression() local
H A DstatementParser.cpp1643 ir::Statement *consequent = ParseStatement(StatementParsingFlags::IF_ELSE); in ParseIfStatement() local
1771 ir::Statement *consequent = ParseStatement(StatementParsingFlags::ALLOW_LEXICAL); in ParseSwitchCaseStatement() local

Completed in 27 milliseconds