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.cpp17872 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPFirstprivateClause() local
18137 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPFirstprivateClause()
18154 buildPreInits(getASTContext(), ExprCaptures)); in ActOnOpenMPFirstprivateClause()
18174 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLastprivateClause() local
18305 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLastprivateClause()
18337 buildPreInits(getASTContext(), ExprCaptures), in ActOnOpenMPLastprivateClause()
18694 SmallVector<Decl *, 4> ExprCaptures; member
18719 ExprCaptures.reserve(Size); in ReductionData()
19548 RD.ExprCaptures.emplace_back(Ref->getDecl()); in actOnOMPReductionKindClause()
19643 buildPreInits(getASTContext(), RD.ExprCaptures), in ActOnOpenMPReductionClause()
[all …]