Lines Matching refs:ExprCaptures
17835 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPFirstprivateClause() local
18095 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPFirstprivateClause()
18112 buildPreInits(Context, ExprCaptures)); in ActOnOpenMPFirstprivateClause()
18132 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLastprivateClause() local
18263 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLastprivateClause()
18295 buildPreInits(Context, ExprCaptures), in ActOnOpenMPLastprivateClause()
18646 SmallVector<Decl *, 4> ExprCaptures; member
18665 ExprCaptures.reserve(Size); in ReductionData()
19450 RD.ExprCaptures.emplace_back(Ref->getDecl()); in actOnOMPReductionKindClause()
19539 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPReductionClause()
19559 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPTaskReductionClause()
19579 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPInReductionClause()
19642 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLinearClause() local
19694 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLinearClause()
19765 buildPreInits(Context, ExprCaptures), in ActOnOpenMPLinearClause()