Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1159 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1269 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
/external/clang/lib/Sema/
DSemaStmt.cpp1155 Sema::ActOnWhileStmt(SourceLocation WhileLoc, FullExprArg Cond, in ActOnWhileStmt()
1181 SourceLocation WhileLoc, SourceLocation CondLParen, in ActOnDoStmt()
DTreeTransform.h1104 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, Sema::FullExprArg Cond, in RebuildWhileStmt()
1114 SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildDoStmt()
/external/clang/include/clang/AST/
DStmt.h1018 SourceLocation WhileLoc; variable
1074 SourceLocation WhileLoc; variable