Searched refs:ExprCaptures (Results 1 – 1 of 1) sorted by relevance
15386 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPFirstprivateClause() local15641 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPFirstprivateClause()15658 buildPreInits(Context, ExprCaptures)); in ActOnOpenMPFirstprivateClause()15678 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLastprivateClause() local15809 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLastprivateClause()15841 buildPreInits(Context, ExprCaptures), in ActOnOpenMPLastprivateClause()16192 SmallVector<Decl *, 4> ExprCaptures; member16211 ExprCaptures.reserve(Size); in ReductionData()16997 RD.ExprCaptures.emplace_back(Ref->getDecl()); in actOnOMPReductionKindClause()17086 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPReductionClause()[all …]