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

References

tools/clang/lib/CodeGen/CGCleanup.cpp
  180   bool IsNormalCleanup = Kind & NormalCleanup;
  181   bool IsEHCleanup = Kind & EHCleanup;
  182   bool IsActive = !(Kind & InactiveCleanup);
  183   bool IsLifetimeMarker = Kind & LifetimeMarker;