Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaOpenMP.cpp18118 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPFirstprivateClause() local
18378 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPFirstprivateClause()
18395 buildPreInits(Context, ExprCaptures)); in ActOnOpenMPFirstprivateClause()
18415 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLastprivateClause() local
18546 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLastprivateClause()
18578 buildPreInits(Context, ExprCaptures), in ActOnOpenMPLastprivateClause()
18929 SmallVector<Decl *, 4> ExprCaptures; member
18948 ExprCaptures.reserve(Size); in ReductionData()
19733 RD.ExprCaptures.emplace_back(Ref->getDecl()); in actOnOMPReductionKindClause()
19822 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPReductionClause()
[all …]