Home
last modified time | relevance | path

Searched defs:ForLoc (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DStmtCXX.h133 SourceLocation ForLoc; variable
DStmtObjC.h27 SourceLocation ForLoc; variable
DStmt.h1138 SourceLocation ForLoc; variable
/external/clang/lib/Sema/
DSemaStmt.cpp1586 Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt()
1724 Sema::ActOnObjCForCollectionStmt(SourceLocation ForLoc, in ActOnObjCForCollectionStmt()
1900 Sema::ActOnCXXForRangeStmt(SourceLocation ForLoc, in ActOnCXXForRangeStmt()
2038 SourceLocation ForLoc, in RebuildForRangeWithDereference()
2090 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, in BuildCXXForRangeStmt()
DTreeTransform.h1165 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in RebuildForStmt()
1540 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc, in RebuildObjCForCollectionStmt()
1595 StmtResult RebuildCXXForRangeStmt(SourceLocation ForLoc, in RebuildCXXForRangeStmt()
/external/clang/lib/Parse/
DParseStmt.cpp1449 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. in ParseForStatement() local