Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h26 SourceLocation ForLoc; variable
H A DStmtCXX.h136 SourceLocation ForLoc; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2164 StmtResult Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt()
2335 Scope *S, SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *InitStmt, in ActOnCXXForRangeStmt()
2557 SourceLocation ForLoc, in RebuildForRangeWithDereference()
2593 SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *InitStmt, in BuildCXXForRangeStmt()
H A DSemaObjC.cpp35 StmtResult SemaObjC::ActOnObjCForCollectionStmt(SourceLocation ForLoc, in ActOnObjCForCollectionStmt()
H A DTreeTransform.h1469 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in RebuildForStmt()
2520 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc, in RebuildObjCForCollectionStmt()
2575 SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *Init, in RebuildCXXForRangeStmt()
H A DSemaOpenMP.cpp9054 void SemaOpenMP::ActOnOpenMPLoopInitialization(SourceLocation ForLoc, in ActOnOpenMPLoopInitialization()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2006 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. in ParseForStatement() local