Home | History | Annotate | Download | only in Parse

Lines Matching defs:WhileLoc

1159   SourceLocation WhileLoc = Tok.getLocation();
1193 if (ParseParenExprOrCondition(Cond, CondVar, WhileLoc, true))
1196 FullExprArg FullCond(Actions.MakeFullExpr(Cond.get(), WhileLoc));
1222 return Actions.ActOnWhileStmt(WhileLoc, FullCond, CondVar, Body.get());
1269 SourceLocation WhileLoc = ConsumeToken();
1293 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(),