Home | History | Annotate | Download | only in ast

Lines Matching defs:IfStatement

61   V(IfStatement)                  \
1017 class IfStatement final : public Statement {
1044 IfStatement(Expression* condition, Statement* then_statement,
3239 IfStatement* NewIfStatement(Expression* condition,
3244 IfStatement(condition, then_statement, else_statement, pos);