Home | History | Annotate | Download | only in Sema

Lines Matching refs:DoLoc

1019 Sema::ActOnDoStmt(SourceLocation DoLoc, Stmt *Body,
1024 ExprResult CondResult = CheckBooleanCondition(Cond, DoLoc);
1029 CheckImplicitConversions(Cond, DoLoc);
1037 return Owned(new (Context) DoStmt(Body, Cond, DoLoc, WhileLoc, CondRParen));