Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1812 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1924 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1719 StmtResult Sema::ActOnWhileStmt(SourceLocation WhileLoc, in ActOnWhileStmt()
1741 SourceLocation WhileLoc, SourceLocation CondLParen, in ActOnDoStmt()
H A DTreeTransform.h1448 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildWhileStmt()
1459 SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildDoStmt()