Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseIfStatement

200     return ParseIfStatement(TrailingElseLoc);
936 /// ParseIfStatement
943 StmtResult Parser::ParseIfStatement(SourceLocation *TrailingElseLoc) {
1128 // See comments in ParseIfStatement for why we create a scope for the
1206 // See comments in ParseIfStatement for why we create a scope for the
1539 // See comments in ParseIfStatement for why we create a scope for