Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp17253 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPFirstprivateClause() local
17515 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPFirstprivateClause()
17532 buildPreInits(getASTContext(), ExprCaptures)); in ActOnOpenMPFirstprivateClause()
17552 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLastprivateClause() local
17683 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLastprivateClause()
17715 buildPreInits(getASTContext(), ExprCaptures), in ActOnOpenMPLastprivateClause()
18070 SmallVector<Decl *, 4> ExprCaptures; member
18089 ExprCaptures.reserve(Size); in ReductionData()
18893 RD.ExprCaptures.emplace_back(Ref->getDecl()); in actOnOMPReductionKindClause()
18983 buildPreInits(getASTContext(), RD.ExprCaptures), in ActOnOpenMPReductionClause()
[all …]