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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4718   auto &&CodeGen = [&S, &Info, &PrivatizeDevicePointers](
 4720     auto &&InnermostCodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &) {
 4721       CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt());
 4725     auto &&PrivCodeGen = [&S, &Info, &PrivatizeDevicePointers,
 4738         for (const auto *C : S.getClausesOfKind<OMPUseDevicePtrClause>())
 4755     OMPLexicalScope Scope(CGF, S);
 4771   if (const auto *C = S.getSingleClause<OMPIfClause>())
 4776   if (const auto *C = S.getSingleClause<OMPDeviceClause>())
 4783   CGM.getOpenMPRuntime().emitTargetDataCalls(*this, S, IfCond, Device, RCG,