reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2780   for (const auto *C : S.getClausesOfKind<OMPCopyprivateClause>()) {
 2789   auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) {
 2792     (void)CGF.EmitOMPFirstprivateClause(S, SingleScope);
 2793     CGF.EmitOMPPrivateClause(S, SingleScope);
 2795     CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt());
 2798     OMPLexicalScope Scope(*this, S, OMPD_unknown);
 2799     CGM.getOpenMPRuntime().emitSingleRegion(*this, CodeGen, S.getBeginLoc(),
 2805   if (!S.getSingleClause<OMPNowaitClause>() && CopyprivateVars.empty()) {
 2807         *this, S.getBeginLoc(),
 2808         S.getSingleClause<OMPNowaitClause>() ? OMPD_unknown : OMPD_single);