Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1342 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1448 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
/external/clang/include/clang/AST/
DStmt.h1048 SourceLocation WhileLoc; variable
1106 SourceLocation WhileLoc; variable
/external/clang/lib/Sema/
DSemaStmt.cpp1235 StmtResult Sema::ActOnWhileStmt(SourceLocation WhileLoc, ConditionResult Cond, in ActOnWhileStmt()
1258 SourceLocation WhileLoc, SourceLocation CondLParen, in ActOnDoStmt()
DTreeTransform.h1205 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, in RebuildWhileStmt()
1215 SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildDoStmt()