Searched defs:ForLoc (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1627 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 D | TreeTransform.h | 1225 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in RebuildForStmt() 1839 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc, in RebuildObjCForCollectionStmt() 1894 StmtResult RebuildCXXForRangeStmt(SourceLocation ForLoc, in RebuildCXXForRangeStmt()
|
H A D | SemaOpenMP.cpp | 4581 void Sema::ActOnOpenMPLoopInitialization(SourceLocation ForLoc, Stmt *Init) { in ActOnOpenMPLoopInitialization()
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | StmtObjC.h | 27 SourceLocation ForLoc; variable
|
H A D | StmtCXX.h | 129 SourceLocation ForLoc; variable
|
H A D | Stmt.h | 1154 SourceLocation ForLoc; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | StmtObjC.h | 26 SourceLocation ForLoc; variable
|
D | StmtCXX.h | 136 SourceLocation ForLoc; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | StmtObjC.h | 26 SourceLocation ForLoc; variable
|
D | StmtCXX.h | 136 SourceLocation ForLoc; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | StmtObjC.h | 26 SourceLocation ForLoc; variable
|
D | StmtCXX.h | 136 SourceLocation ForLoc; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | StmtObjC.h | 26 SourceLocation ForLoc; variable
|
D | StmtCXX.h | 136 SourceLocation ForLoc; variable
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1517 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. in ParseForStatement() local
|