Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h129 SourceLocation ForLoc; variable
DStmtObjC.h27 SourceLocation ForLoc; variable
DStmt.h1154 SourceLocation ForLoc; variable
/external/clang/lib/Sema/
DSemaStmt.cpp1627 StmtResult Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt()
1771 Sema::ActOnObjCForCollectionStmt(SourceLocation ForLoc, in ActOnObjCForCollectionStmt()
1961 StmtResult Sema::ActOnCXXForRangeStmt(Scope *S, SourceLocation ForLoc, in ActOnCXXForRangeStmt()
2115 SourceLocation ForLoc, in RebuildForRangeWithDereference()
2167 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation CoawaitLoc, in BuildCXXForRangeStmt()
DTreeTransform.h1225 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in RebuildForStmt()
1839 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc, in RebuildObjCForCollectionStmt()
1894 StmtResult RebuildCXXForRangeStmt(SourceLocation ForLoc, in RebuildCXXForRangeStmt()
DSemaOpenMP.cpp4581 void Sema::ActOnOpenMPLoopInitialization(SourceLocation ForLoc, Stmt *Init) { in ActOnOpenMPLoopInitialization()
/external/clang/lib/Parse/
DParseStmt.cpp1517 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. in ParseForStatement() local