Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtObjC.h27 SourceLocation ForLoc; variable
DStmtCXX.h129 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/llvm-project/clang/include/clang/AST/
DStmtObjC.h26 SourceLocation ForLoc; variable
DStmtCXX.h135 SourceLocation ForLoc; variable
DStmt.h227 SourceLocation ForLoc; variable
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp1813 StmtResult Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt()
1952 Sema::ActOnObjCForCollectionStmt(SourceLocation ForLoc, in ActOnObjCForCollectionStmt()
2143 StmtResult Sema::ActOnCXXForRangeStmt(Scope *S, SourceLocation ForLoc, in ActOnCXXForRangeStmt()
2364 SourceLocation ForLoc, in RebuildForRangeWithDereference()
2400 StmtResult Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, in BuildCXXForRangeStmt()
DTreeTransform.h1376 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in RebuildForStmt()
2188 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc, in RebuildObjCForCollectionStmt()
2243 StmtResult RebuildCXXForRangeStmt(SourceLocation ForLoc, in RebuildCXXForRangeStmt()
DSemaOpenMP.cpp7726 void Sema::ActOnOpenMPLoopInitialization(SourceLocation ForLoc, Stmt *Init) { in ActOnOpenMPLoopInitialization()
/external/clang/lib/Parse/
DParseStmt.cpp1517 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. in ParseForStatement() local
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1770 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. in ParseForStatement() local