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

References

tools/clang/lib/CodeGen/CGException.cpp
  611           catchScope.getHandler(0).isCatchAll()) {
  989       CatchScope.getHandler(0).isCatchAll()) {
 1018     } else if (CatchScope.getHandler(I + 1).isCatchAll()) {
 1060       catchScope.getHandler(0).isCatchAll()) {
 1098     } else if (catchScope.getHandler(i+1).isCatchAll()) {
 1196     HasCatchAll |= Handlers[I - 1].isCatchAll();