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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4796   if (const auto *C = S.getSingleClause<OMPIfClause>())
 4801   if (const auto *C = S.getSingleClause<OMPDeviceClause>())
 4804   OMPLexicalScope Scope(*this, S, OMPD_task);
 4805   CGM.getOpenMPRuntime().emitTargetDataStandAloneCall(*this, S, IfCond, Device);