Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1084 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1194 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
/external/clang/lib/Sema/
DSemaStmt.cpp1119 Sema::ActOnWhileStmt(SourceLocation WhileLoc, FullExprArg Cond, in ActOnWhileStmt()
1145 SourceLocation WhileLoc, SourceLocation CondLParen, in ActOnDoStmt()
DTreeTransform.h1095 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, Sema::FullExprArg Cond, in RebuildWhileStmt()
1105 SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildDoStmt()
/external/clang/include/clang/AST/
DStmt.h1012 SourceLocation WhileLoc; variable
1067 SourceLocation WhileLoc; variable