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.h967 SourceLocation ForLoc; variable
/external/clang/lib/Sema/
DSemaStmt.cpp915 Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt()
969 Sema::ActOnObjCForCollectionStmt(SourceLocation ForLoc, in ActOnObjCForCollectionStmt()
1186 Sema::ActOnCXXForRangeStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnCXXForRangeStmt()
1228 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, in BuildCXXForRangeStmt()
DTreeTransform.h1062 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in RebuildForStmt()
1209 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc, in RebuildObjCForCollectionStmt()
1263 StmtResult RebuildCXXForRangeStmt(SourceLocation ForLoc, in RebuildCXXForRangeStmt()
/external/clang/lib/Parse/
DParseStmt.cpp1234 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. in ParseForStatement() local