Home | History | Annotate | Download | only in Parse

Lines Matching defs:ParseWhileStatement

205     return ParseWhileStatement(TrailingElseLoc);
1153 /// ParseWhileStatement
1157 StmtResult Parser::ParseWhileStatement(SourceLocation *TrailingElseLoc) {