Searched refs:ExprCaptures (Results 1 – 1 of 1) sorted by relevance
17872 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPFirstprivateClause() local18137 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPFirstprivateClause()18154 buildPreInits(getASTContext(), ExprCaptures)); in ActOnOpenMPFirstprivateClause()18174 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLastprivateClause() local18305 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLastprivateClause()18337 buildPreInits(getASTContext(), ExprCaptures), in ActOnOpenMPLastprivateClause()18694 SmallVector<Decl *, 4> ExprCaptures; member18719 ExprCaptures.reserve(Size); in ReductionData()19548 RD.ExprCaptures.emplace_back(Ref->getDecl()); in actOnOMPReductionKindClause()19643 buildPreInits(getASTContext(), RD.ExprCaptures), in ActOnOpenMPReductionClause()[all …]