Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtObjC.h26 SourceLocation ForLoc; variable
H A DStmtCXX.h135 SourceLocation ForLoc; variable
H A DStmt.h230 SourceLocation ForLoc; in alignas() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp2131 StmtResult Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt()
2282 Sema::ActOnObjCForCollectionStmt(SourceLocation ForLoc, in ActOnObjCForCollectionStmt()
2473 StmtResult Sema::ActOnCXXForRangeStmt(Scope *S, SourceLocation ForLoc, in ActOnCXXForRangeStmt()
2695 SourceLocation ForLoc, in RebuildForRangeWithDereference()
2731 StmtResult Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, in BuildCXXForRangeStmt()
H A DTreeTransform.h1382 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in RebuildForStmt()
2345 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc, in RebuildObjCForCollectionStmt()
2400 StmtResult RebuildCXXForRangeStmt(SourceLocation ForLoc, in RebuildCXXForRangeStmt()
H A DSemaOpenMP.cpp9001 void Sema::ActOnOpenMPLoopInitialization(SourceLocation ForLoc, Stmt *Init) { in ActOnOpenMPLoopInitialization()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1918 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. in ParseForStatement() local