Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1274 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1382 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1228 Sema::ActOnWhileStmt(SourceLocation WhileLoc, FullExprArg Cond, in ActOnWhileStmt()
1255 SourceLocation WhileLoc, SourceLocation CondLParen, in ActOnDoStmt()
H A DTreeTransform.h1172 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, Sema::FullExprArg Cond, in RebuildWhileStmt()
1182 SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildDoStmt()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h1037 SourceLocation WhileLoc; variable
1093 SourceLocation WhileLoc; variable