Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h141 SourceLocation ForLoc; variable
185 ForStmtBeginChecker(SemaOpenACC &SemaRef, SourceLocation ForLoc, in ForStmtBeginChecker()
190 ForStmtBeginChecker(SemaOpenACC &SemaRef, SourceLocation ForLoc, in ForStmtBeginChecker()
196 ForStmtBeginChecker(SemaOpenACC &SemaRef, SourceLocation ForLoc, in ForStmtBeginChecker()
201 ForStmtBeginChecker(SemaOpenACC &SemaRef, SourceLocation ForLoc, in ForStmtBeginChecker()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1002 void SemaOpenACC::ForStmtBeginHelper(SourceLocation ForLoc, in ForStmtBeginHelper()
1590 void SemaOpenACC::ActOnForStmtBegin(SourceLocation ForLoc, const Stmt *OldFirst, in ActOnForStmtBegin()
1608 void SemaOpenACC::ActOnForStmtBegin(SourceLocation ForLoc, const Stmt *First, in ActOnForStmtBegin()
1623 void SemaOpenACC::ActOnRangeForStmtBegin(SourceLocation ForLoc, in ActOnRangeForStmtBegin()
1640 void SemaOpenACC::ActOnRangeForStmtBegin(SourceLocation ForLoc, in ActOnRangeForStmtBegin()
1686 void SemaOpenACC::ActOnForStmtEnd(SourceLocation ForLoc, StmtResult Body) { in ActOnForStmtEnd()
H A DSemaStmt.cpp2263 StmtResult Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt()
2442 Scope *S, SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *InitStmt, in ActOnCXXForRangeStmt()
2664 SourceLocation ForLoc, in RebuildForRangeWithDereference()
2700 SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *InitStmt, in BuildCXXForRangeStmt()
H A DSemaObjC.cpp36 StmtResult SemaObjC::ActOnObjCForCollectionStmt(SourceLocation ForLoc, in ActOnObjCForCollectionStmt()
H A DTreeTransform.h1463 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in RebuildForStmt()
2553 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc, in RebuildObjCForCollectionStmt()
2608 SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *Init, in RebuildCXXForRangeStmt()
H A DSemaOpenMP.cpp9093 void SemaOpenMP::ActOnOpenMPLoopInitialization(SourceLocation ForLoc, in ActOnOpenMPLoopInitialization()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h26 SourceLocation ForLoc; variable
H A DStmtCXX.h140 SourceLocation ForLoc; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1880 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. in ParseForStatement() local