Home | History | Annotate | Download | only in Parse

Lines Matching defs:ParseIfStatement

213     return ParseIfStatement(TrailingElseLoc);
956 /// ParseIfStatement
963 StmtResult Parser::ParseIfStatement(SourceLocation *TrailingElseLoc) {
1148 // See comments in ParseIfStatement for why we create a scope for the
1226 // See comments in ParseIfStatement for why we create a scope for the
1559 // See comments in ParseIfStatement for why we create a scope for