Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1724 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1837 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h212 SourceLocation WhileLoc; in alignas() local
2513 SourceLocation WhileLoc; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp1684 StmtResult Sema::ActOnWhileStmt(SourceLocation WhileLoc, in ActOnWhileStmt()
1706 SourceLocation WhileLoc, SourceLocation CondLParen, in ActOnDoStmt()
H A DTreeTransform.h1361 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildWhileStmt()
1372 SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildDoStmt()