Searched refs:LCs (Results 1 – 1 of 1) sorted by relevance
4615 SmallVector<const OMPLinearClause *, 4> LCs; in ActOnOpenMPRegionEnd() local4657 LCs.push_back(cast<OMPLinearClause>(Clause)); in ActOnOpenMPRegionEnd()4685 if (!LCs.empty() && OC && OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()4686 for (const OMPLinearClause *C : LCs) { in ActOnOpenMPRegionEnd()