Home | History | Annotate | Download | only in Sema

Lines Matching refs:OMPLinearClause

1110 static bool FinishOpenMPLinearClause(OMPLinearClause &Clause, DeclRefExpr *IV,
1791 SmallVector<OMPLinearClause *, 4> LCs;
1827 LCs.push_back(cast<OMPLinearClause>(Clause));
5476 if (auto LC = dyn_cast<OMPLinearClause>(C))
5530 if (auto LC = dyn_cast<OMPLinearClause>(C))
5567 if (auto LC = dyn_cast<OMPLinearClause>(C))
5784 if (auto LC = dyn_cast<OMPLinearClause>(C))
5826 if (auto LC = dyn_cast<OMPLinearClause>(C))
6802 if (auto LC = dyn_cast<OMPLinearClause>(C))
7041 if (auto LC = dyn_cast<OMPLinearClause>(C))
7216 if (auto LC = dyn_cast<OMPLinearClause>(C))
9731 return OMPLinearClause::Create(Context, StartLoc, LParenLoc, LinKind, LinLoc,
9738 static bool FinishOpenMPLinearClause(OMPLinearClause &Clause, DeclRefExpr *IV,