Searched refs:ExprCaptures (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 18457 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPFirstprivateClause() local 18717 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPFirstprivateClause() 18754 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLastprivateClause() local 18885 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLastprivateClause() 19268 SmallVector<Decl *, 4> ExprCaptures; member 19287 ExprCaptures.reserve(Size); in ReductionData() 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 [all …]
|