Searched defs:ForLoc (Results 1 – 6 of 6) sorted by relevance
| /external/clang/include/clang/AST/ |
| D | StmtCXX.h | 129 SourceLocation ForLoc; variable
|
| D | StmtObjC.h | 27 SourceLocation ForLoc; variable
|
| D | Stmt.h | 1140 SourceLocation ForLoc; variable
|
| /external/clang/lib/Sema/ |
| D | SemaStmt.cpp | 1605 Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt() 1748 Sema::ActOnObjCForCollectionStmt(SourceLocation ForLoc, in ActOnObjCForCollectionStmt() 1924 Sema::ActOnCXXForRangeStmt(SourceLocation ForLoc, in ActOnCXXForRangeStmt() 2062 SourceLocation ForLoc, in RebuildForRangeWithDereference() 2114 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, in BuildCXXForRangeStmt()
|
| D | TreeTransform.h | 1192 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in RebuildForStmt() 1590 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc, in RebuildObjCForCollectionStmt() 1645 StmtResult RebuildCXXForRangeStmt(SourceLocation ForLoc, in RebuildCXXForRangeStmt()
|
| /external/clang/lib/Parse/ |
| D | ParseStmt.cpp | 1463 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. in ParseForStatement() local
|