Home
last modified time | relevance | path

Searched refs:ExprCaptures (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp17835 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPFirstprivateClause() local
18095 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPFirstprivateClause()
18132 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLastprivateClause() local
18263 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLastprivateClause()
18646 SmallVector<Decl *, 4> ExprCaptures; member
18665 ExprCaptures.reserve(Size); in ReductionData()
19539 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPReductionClause()
19559 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPTaskReductionClause()
19579 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPInReductionClause()
19642 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLinearClause() local
[all …]