Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseIfStatement

233     return ParseIfStatement(TrailingElseLoc);
1082 /// ParseIfStatement
1089 StmtResult Parser::ParseIfStatement(SourceLocation *TrailingElseLoc) {
1272 // See comments in ParseIfStatement for why we create a scope for the
1346 // See comments in ParseIfStatement for why we create a scope for the
1730 // See comments in ParseIfStatement for why we create a scope for