Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp315 auto *ExistingProhibitedSinceLastDevice = in CheckValidRoutineNewClauseHelper() local
319 if (ExistingProhibitedSinceLastDevice == ExistingClauses.end()) in CheckValidRoutineNewClauseHelper()
325 << (*ExistingProhibitedSinceLastDevice)->getClauseKind(); in CheckValidRoutineNewClauseHelper()
326 SemaRef.Diag((*ExistingProhibitedSinceLastDevice)->getBeginLoc(), in CheckValidRoutineNewClauseHelper()
328 << (*ExistingProhibitedSinceLastDevice)->getClauseKind(); in CheckValidRoutineNewClauseHelper()