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