Home | History | Annotate | Download | only in Parse

Lines Matching defs:ParseWhileStatement

246     return ParseWhileStatement(TrailingElseLoc);
1336 /// ParseWhileStatement
1340 StmtResult Parser::ParseWhileStatement(SourceLocation *TrailingElseLoc) {