Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1707 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1825 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp933 void SemaOpenACC::ActOnWhileStmt(SourceLocation WhileLoc) { in ActOnWhileStmt()
H A DSemaStmt.cpp1800 StmtResult Sema::ActOnWhileStmt(SourceLocation WhileLoc, in ActOnWhileStmt()
1831 SourceLocation WhileLoc, SourceLocation CondLParen, in ActOnDoStmt()
H A DTreeTransform.h1442 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildWhileStmt()
1453 SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildDoStmt()