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