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

References

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