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

References

tools/clang/lib/CodeGen/CGException.cpp
  610       if (catchScope.getNumHandlers() == 1 &&
  611           catchScope.getHandler(0).isCatchAll()) {
  612         dispatchBlock = catchScope.getHandler(0).Block;