Lines Matching refs:ExprCaptures
18457 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPFirstprivateClause() local
18717 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPFirstprivateClause()
18734 buildPreInits(Context, ExprCaptures)); in ActOnOpenMPFirstprivateClause()
18754 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLastprivateClause() local
18885 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLastprivateClause()
18917 buildPreInits(Context, ExprCaptures), in ActOnOpenMPLastprivateClause()
19268 SmallVector<Decl *, 4> ExprCaptures; member
19287 ExprCaptures.reserve(Size); in ReductionData()
20091 RD.ExprCaptures.emplace_back(Ref->getDecl()); in actOnOMPReductionKindClause()
20180 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPReductionClause()
20200 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPTaskReductionClause()
20220 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPInReductionClause()
20284 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLinearClause() local
20342 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLinearClause()
20413 buildPreInits(Context, ExprCaptures), in ActOnOpenMPLinearClause()