Home
last modified time | relevance | path

Searched defs:WhileLoc (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1806 SourceLocation WhileLoc = Tok.getLocation(); ParseWhileStatement() local
1918 SourceLocation WhileLoc = ConsumeToken(); ParseDoStatement() local
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1719 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 DTreeTransform.h1448 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