Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp8343 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPFirstprivateClause() local
8603 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPFirstprivateClause()
8619 buildPreInits(Context, ExprCaptures)); in ActOnOpenMPFirstprivateClause()
8630 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLastprivateClause() local
8744 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLastprivateClause()
8775 buildPreInits(Context, ExprCaptures), in ActOnOpenMPLastprivateClause()
9085 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPReductionClause() local
9513 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPReductionClause()
9542 LHSs, RHSs, ReductionOps, buildPreInits(Context, ExprCaptures), in ActOnOpenMPReductionClause()
9612 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLinearClause() local
[all …]