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