Home | History | Annotate | Download | only in Parse

Lines Matching defs:ParseIfStatement

256     return ParseIfStatement(TrailingElseLoc);
902 /// ParseIfStatement
909 StmtResult Parser::ParseIfStatement(SourceLocation *TrailingElseLoc) {
1099 // See comments in ParseIfStatement for why we create a scope for the
1177 // See comments in ParseIfStatement for why we create a scope for the
1496 // See comments in ParseIfStatement for why we create a scope for