Searched defs:WhileLoc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1806 SourceLocation WhileLoc = Tok.getLocation(); ParseWhileStatement() local 1918 SourceLocation WhileLoc = ConsumeToken(); ParseDoStatement() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1719 ActOnWhileStmt(SourceLocation WhileLoc,SourceLocation LParenLoc,ConditionResult Cond,SourceLocation RParenLoc,Stmt * Body) ActOnWhileStmt() argument 1741 ActOnDoStmt(SourceLocation DoLoc,Stmt * Body,SourceLocation WhileLoc,SourceLocation CondLParen,Expr * Cond,SourceLocation CondRParen) ActOnDoStmt() argument
|
H A D | TreeTransform.h | 1448 RebuildWhileStmt(SourceLocation WhileLoc,SourceLocation LParenLoc,Sema::ConditionResult Cond,SourceLocation RParenLoc,Stmt * Body) RebuildWhileStmt() argument 1459 RebuildDoStmt(SourceLocation DoLoc,Stmt * Body,SourceLocation WhileLoc,SourceLocation LParenLoc,Expr * Cond,SourceLocation RParenLoc) RebuildDoStmt() argument
|