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

References

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