Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1747 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1859 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp1684 StmtResult Sema::ActOnWhileStmt(SourceLocation WhileLoc, in ActOnWhileStmt()
1706 SourceLocation WhileLoc, SourceLocation CondLParen, in ActOnDoStmt()
H A DTreeTransform.h1402 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildWhileStmt()
1413 SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildDoStmt()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h214 SourceLocation WhileLoc; variable
2525 SourceLocation WhileLoc; variable