Home | History | Annotate | Download | only in Sema

Lines Matching refs:DoLoc

1180 Sema::ActOnDoStmt(SourceLocation DoLoc, Stmt *Body,
1185 ExprResult CondResult = CheckBooleanCondition(Cond, DoLoc);
1190 CondResult = ActOnFinishFullExpr(Cond, DoLoc);
1197 return Owned(new (Context) DoStmt(Body, Cond, DoLoc, WhileLoc, CondRParen));