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

References

tools/clang/tools/extra/clang-tidy/utils/ExceptionAnalyzer.cpp
  160         throwsException(Try->getTryBlock(), Caught, CallStack);
  167             Catch->getHandlerBlock(), Uncaught.getExceptionTypes(), CallStack);
  187                                                    CaughtExceptions, CallStack);
  195       ExceptionInfo Excs = throwsException(Func, CallStack);
  200       ExceptionInfo Excs = throwsException(Child, Caught, CallStack);