Searched defs:DoLoc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1881 SourceLocation DoLoc = ConsumeToken(); // eat the 'do'. ParseDoStatement() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1740 ActOnDoStmt(SourceLocation DoLoc,Stmt * Body,SourceLocation WhileLoc,SourceLocation CondLParen,Expr * Cond,SourceLocation CondRParen) ActOnDoStmt() argument
|
H A D | TreeTransform.h | 1458 RebuildDoStmt(SourceLocation DoLoc,Stmt * Body,SourceLocation WhileLoc,SourceLocation LParenLoc,Expr * Cond,SourceLocation RParenLoc) RebuildDoStmt() argument
|