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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2733     HasCancel = OSD->hasCancel();
 2735     HasCancel = OPSD->hasCancel();
 2736   OMPCancelStackRAII CancelRegion(*this, S.getDirectiveKind(), HasCancel);
 2738                                               HasCancel);