Searched defs:WhileLoc (Results 1 – 8 of 8) sorted by relevance
| /external/clang/lib/Parse/ |
| D | ParseStmt.cpp | 1342 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local 1448 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
|
| /external/llvm-project/clang/lib/Parse/ |
| D | ParseStmt.cpp | 1586 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local 1698 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
|
| /external/clang/include/clang/AST/ |
| D | Stmt.h | 1048 SourceLocation WhileLoc; variable 1106 SourceLocation WhileLoc; variable
|
| /external/clang/lib/Sema/ |
| D | SemaStmt.cpp | 1235 StmtResult Sema::ActOnWhileStmt(SourceLocation WhileLoc, ConditionResult Cond, in ActOnWhileStmt() 1258 SourceLocation WhileLoc, SourceLocation CondLParen, in ActOnDoStmt()
|
| D | TreeTransform.h | 1205 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, in RebuildWhileStmt() 1215 SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildDoStmt()
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaStmt.cpp | 1366 StmtResult Sema::ActOnWhileStmt(SourceLocation WhileLoc, in ActOnWhileStmt() 1388 SourceLocation WhileLoc, SourceLocation CondLParen, in ActOnDoStmt()
|
| D | TreeTransform.h | 1355 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildWhileStmt() 1366 SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildDoStmt()
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | Stmt.h | 209 SourceLocation WhileLoc; variable 2448 SourceLocation WhileLoc; variable
|