Home
last modified time | relevance | path

Searched refs:ForStmtBeginChecker (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h139 class ForStmtBeginChecker {
185 ForStmtBeginChecker(SemaOpenACC &SemaRef, SourceLocation ForLoc, in ForStmtBeginChecker() function
190 ForStmtBeginChecker(SemaOpenACC &SemaRef, SourceLocation ForLoc, in ForStmtBeginChecker() function
196 ForStmtBeginChecker(SemaOpenACC &SemaRef, SourceLocation ForLoc, in ForStmtBeginChecker() function
201 ForStmtBeginChecker(SemaOpenACC &SemaRef, SourceLocation ForLoc, in ForStmtBeginChecker() function
212 void ForStmtBeginHelper(SourceLocation ForLoc, ForStmtBeginChecker &C);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1003 ForStmtBeginChecker &C) { in ForStmtBeginHelper()
1144 void SemaOpenACC::ForStmtBeginChecker::checkRangeFor() { in checkRangeFor()
1181 bool SemaOpenACC::ForStmtBeginChecker::checkForInit(const Stmt *InitStmt, in checkForInit()
1273 bool SemaOpenACC::ForStmtBeginChecker::checkForCond(const Stmt *CondStmt, in checkForCond()
1409 bool SemaOpenACC::ForStmtBeginChecker::checkForInc(const Stmt *IncStmt, in checkForInc()
1494 void SemaOpenACC::ForStmtBeginChecker::checkFor() { in checkFor()
1556 void SemaOpenACC::ForStmtBeginChecker::check() { in check()
1597 ForStmtBeginChecker FSBC{*this, ForLoc, OldFirst, OldSecond, in ActOnForStmtBegin()
1613 ForStmtBeginChecker FSBC{*this, ForLoc, First, Second, Third}; in ActOnForStmtBegin()
1629 ForStmtBeginChecker FSBC{*this, ForLoc, in ActOnRangeForStmtBegin()
[all …]