Lines Matching defs:OC
4613 OMPOrderedClause *OC = nullptr;
4655 OC = cast<OMPOrderedClause>(Clause);
4669 OC) {
4677 << SourceRange(OC->getBeginLoc(), OC->getEndLoc());
4685 if (!LCs.empty() && OC && OC->getNumForLoops()) {
4688 << SourceRange(OC->getBeginLoc(), OC->getEndLoc());
4693 isOpenMPSimdDirective(DSAStack->getCurrentDirective()) && OC &&
4694 OC->getNumForLoops()) {
4695 Diag(OC->getBeginLoc(), diag::err_omp_ordered_simd)