Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h134 SourceLocation ForLoc; variable
DStmtObjC.h28 SourceLocation ForLoc; variable
DStmt.h1113 SourceLocation ForLoc; variable
/external/clang/lib/Sema/
DSemaStmt.cpp1041 Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt()
1176 Sema::ActOnObjCForCollectionStmt(SourceLocation ForLoc, in ActOnObjCForCollectionStmt()
1365 Sema::ActOnCXXForRangeStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnCXXForRangeStmt()
1407 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, in BuildCXXForRangeStmt()
DTreeTransform.h1114 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in RebuildForStmt()
1277 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc, in RebuildObjCForCollectionStmt()
1331 StmtResult RebuildCXXForRangeStmt(SourceLocation ForLoc, in RebuildCXXForRangeStmt()
/external/clang/lib/Parse/
DParseStmt.cpp1283 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. in ParseForStatement() local