Lines Matching refs:OMPLinearClause

2723 static bool FinishOpenMPLinearClause(OMPLinearClause &Clause, DeclRefExpr *IV,
4358 SmallVector<const OMPLinearClause *, 4> LCs; in ActOnOpenMPRegionEnd()
4399 LCs.push_back(cast<OMPLinearClause>(Clause)); in ActOnOpenMPRegionEnd()
4428 for (const OMPLinearClause *C : LCs) { in ActOnOpenMPRegionEnd()
4954 auto *PC = cast<OMPLinearClause>(Cl); in checkAllocateClauses()
8928 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPSimdDirective()
8967 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPForDirective()
9004 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPForSimdDirective()
9201 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPParallelForDirective()
9242 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPParallelForSimdDirective()
10439 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPTargetParallelForDirective()
10766 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPTaskLoopSimdDirective()
10852 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPMasterTaskLoopSimdDirective()
10976 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPParallelMasterTaskLoopSimdDirective()
11112 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPDistributeParallelForSimdDirective()
11168 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPDistributeSimdDirective()
11224 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPTargetParallelForSimdDirective()
11279 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPTargetSimdDirective()
11382 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPTeamsDistributeSimdDirective()
11444 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
11627 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
11684 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
11741 if (auto *LC = dyn_cast<OMPLinearClause>(C)) in ActOnOpenMPTargetTeamsDistributeSimdDirective()
15923 return OMPLinearClause::Create(Context, StartLoc, LParenLoc, LinKind, LinLoc, in ActOnOpenMPLinearClause()
15930 static bool FinishOpenMPLinearClause(OMPLinearClause &Clause, DeclRefExpr *IV, in FinishOpenMPLinearClause()