Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Sema/
H A 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()
H A DTreeTransform.h1225 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in RebuildForStmt()
1839 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc, in RebuildObjCForCollectionStmt()
1894 StmtResult RebuildCXXForRangeStmt(SourceLocation ForLoc, in RebuildCXXForRangeStmt()
H A DSemaOpenMP.cpp4581 void Sema::ActOnOpenMPLoopInitialization(SourceLocation ForLoc, Stmt *Init) { in ActOnOpenMPLoopInitialization()
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmtObjC.h27 SourceLocation ForLoc; variable
H A DStmtCXX.h129 SourceLocation ForLoc; variable
H A DStmt.h1154 SourceLocation ForLoc; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DStmtObjC.h26 SourceLocation ForLoc; variable
DStmtCXX.h136 SourceLocation ForLoc; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DStmtObjC.h26 SourceLocation ForLoc; variable
DStmtCXX.h136 SourceLocation ForLoc; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DStmtObjC.h26 SourceLocation ForLoc; variable
DStmtCXX.h136 SourceLocation ForLoc; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DStmtObjC.h26 SourceLocation ForLoc; variable
DStmtCXX.h136 SourceLocation ForLoc; variable
/aosp_15_r20/external/clang/lib/Parse/
H A DParseStmt.cpp1517 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. in ParseForStatement() local