Home | History | Annotate | Download | only in Sema

Lines Matching refs:DoLoc

1252 Sema::ActOnDoStmt(SourceLocation DoLoc, Stmt *Body,
1258 ExprResult CondResult = CheckBooleanCondition(Cond, DoLoc);
1263 CondResult = ActOnFinishFullExpr(Cond, DoLoc);
1270 return new (Context) DoStmt(Body, Cond, DoLoc, WhileLoc, CondRParen);