Searched defs:DoLoc (Results 1 – 4 of 4) sorted by relevance
1664 SourceLocation DoLoc = ConsumeToken(); // eat the 'do'. in ParseDoStatement() local
1667 Sema::ActOnDoStmt(SourceLocation DoLoc, Stmt *Body, in ActOnDoStmt()
1366 StmtResult RebuildDoStmt(SourceLocation DoLoc, Stmt *Body, in RebuildDoStmt()
218 SourceLocation DoLoc; variable