Searched defs:WhileLoc (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1797 SourceLocation WhileLoc = Tok.getLocation(); ParseWhileStatement() local 1909 SourceLocation WhileLoc = ConsumeToken(); ParseDoStatement() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1696 ActOnWhileStmt(SourceLocation WhileLoc,SourceLocation LParenLoc,ConditionResult Cond,SourceLocation RParenLoc,Stmt * Body) ActOnWhileStmt() argument 1718 ActOnDoStmt(SourceLocation DoLoc,Stmt * Body,SourceLocation WhileLoc,SourceLocation CondLParen,Expr * Cond,SourceLocation CondRParen) ActOnDoStmt() argument
|
H A D | TreeTransform.h | 1427 RebuildWhileStmt(SourceLocation WhileLoc,SourceLocation LParenLoc,Sema::ConditionResult Cond,SourceLocation RParenLoc,Stmt * Body) RebuildWhileStmt() argument 1438 RebuildDoStmt(SourceLocation DoLoc,Stmt * Body,SourceLocation WhileLoc,SourceLocation LParenLoc,Expr * Cond,SourceLocation RParenLoc) RebuildDoStmt() argument
|