Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1797 SourceLocation WhileLoc = Tok.getLocation(); ParseWhileStatement() local
1909 SourceLocation WhileLoc = ConsumeToken(); ParseDoStatement() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1696 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 DTreeTransform.h1427 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