Home | History | Annotate | Download | only in Parse

Lines Matching refs:WhileLoc

1299   SourceLocation WhileLoc = Tok.getLocation();
1333 if (ParseParenExprOrCondition(Cond, CondVar, WhileLoc, true))
1336 FullExprArg FullCond(Actions.MakeFullExpr(Cond.get(), WhileLoc));
1361 return Actions.ActOnWhileStmt(WhileLoc, FullCond, CondVar, Body.get());
1407 SourceLocation WhileLoc = ConsumeToken();
1429 WhileLoc, T.getOpenLocation(),