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