Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1289 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1397 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
/external/clang/include/clang/AST/
DStmt.h1034 SourceLocation WhileLoc; variable
1092 SourceLocation WhileLoc; variable
/external/clang/lib/Sema/
DSemaStmt.cpp1224 Sema::ActOnWhileStmt(SourceLocation WhileLoc, FullExprArg Cond, in ActOnWhileStmt()
1251 SourceLocation WhileLoc, SourceLocation CondLParen, in ActOnDoStmt()
DTreeTransform.h1172 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, Sema::FullExprArg Cond, in RebuildWhileStmt()
1182 SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildDoStmt()