Home | History | Annotate | Download | only in Sema

Lines Matching refs:WhileLoc

1225 Sema::ActOnWhileStmt(SourceLocation WhileLoc, FullExprArg Cond,
1232 CondResult = CheckConditionVariable(ConditionVar, WhileLoc, true);
1233 CondResult = ActOnFinishFullExpr(CondResult.get(), WhileLoc);
1248 WhileStmt(Context, ConditionVar, ConditionExpr, Body, WhileLoc);
1253 SourceLocation WhileLoc, SourceLocation CondLParen,
1270 return new (Context) DoStmt(Body, Cond, DoLoc, WhileLoc, CondRParen);