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

References

tools/clang/lib/CodeGen/CGException.cpp
  807       assert(!hasCatchAll && "EH filter reached after catch-all");
  821       assert(!hasCatchAll);
  822       hasCatchAll = true;
  840         assert(!hasCatchAll);
  841         hasCatchAll = true;
  854   assert(!(hasCatchAll && hasFilter));
  855   if (hasCatchAll) {