Searched refs:ExprCaptures (Results 1 – 1 of 1) sorted by relevance
18118 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPFirstprivateClause() local18378 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPFirstprivateClause()18395 buildPreInits(Context, ExprCaptures)); in ActOnOpenMPFirstprivateClause()18415 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLastprivateClause() local18546 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLastprivateClause()18578 buildPreInits(Context, ExprCaptures), in ActOnOpenMPLastprivateClause()18929 SmallVector<Decl *, 4> ExprCaptures; member18948 ExprCaptures.reserve(Size); in ReductionData()19733 RD.ExprCaptures.emplace_back(Ref->getDecl()); in actOnOMPReductionKindClause()19822 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPReductionClause()[all …]