Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp15386 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPFirstprivateClause() local
15641 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPFirstprivateClause()
15658 buildPreInits(Context, ExprCaptures)); in ActOnOpenMPFirstprivateClause()
15678 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLastprivateClause() local
15809 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLastprivateClause()
15841 buildPreInits(Context, ExprCaptures), in ActOnOpenMPLastprivateClause()
16192 SmallVector<Decl *, 4> ExprCaptures; member
16211 ExprCaptures.reserve(Size); in ReductionData()
16997 RD.ExprCaptures.emplace_back(Ref->getDecl()); in actOnOMPReductionKindClause()
17086 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPReductionClause()
[all …]