Searched defs:consequent (Results 1 – 5 of 5) sorted by relevance
36 explicit SwitchCaseStatement(Expression *test, ArenaVector<Statement *> &&consequent) in SwitchCaseStatement()
36 explicit IfStatement(Expression *test, Statement *consequent, Statement *alternate) in IfStatement()
34 explicit ConditionalExpression(Expression *test, Expression *consequent, Expression *alternate) in ConditionalExpression()
1457 ir::Statement *consequent = ParseStatement(StatementParsingFlags::IF_ELSE); in ParseIfStatement() local1586 ir::Statement *consequent = ParseStatement(StatementParsingFlags::ALLOW_LEXICAL); in ParseSwitchCaseStatement() local
700 ir::Expression *consequent = ParseExpression(); in ParseAssignmentExpression() local