Searched refs:ExprCaptures (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8343 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPFirstprivateClause() local 8603 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPFirstprivateClause() 8619 buildPreInits(Context, ExprCaptures)); in ActOnOpenMPFirstprivateClause() 8630 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLastprivateClause() local 8744 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLastprivateClause() 8775 buildPreInits(Context, ExprCaptures), in ActOnOpenMPLastprivateClause() 9085 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPReductionClause() local 9513 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPReductionClause() 9542 LHSs, RHSs, ReductionOps, buildPreInits(Context, ExprCaptures), in ActOnOpenMPReductionClause() 9612 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLinearClause() local [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 14023 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPFirstprivateClause() local 14278 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPFirstprivateClause() 14295 buildPreInits(Context, ExprCaptures)); in ActOnOpenMPFirstprivateClause() 14315 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLastprivateClause() local 14446 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLastprivateClause() 14478 buildPreInits(Context, ExprCaptures), in ActOnOpenMPLastprivateClause() 14829 SmallVector<Decl *, 4> ExprCaptures; member 14848 ExprCaptures.reserve(Size); in ReductionData() 15610 RD.ExprCaptures.emplace_back(Ref->getDecl()); in actOnOMPReductionKindClause() 15699 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPReductionClause() [all …]
|