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

Declarations

tools/clang/tools/extra/clang-tidy/utils/ExceptionAnalyzer.h
  139   throwsException(const Stmt *St, const ExceptionInfo::Throwables &Caught,

References

tools/clang/tools/extra/clang-tidy/utils/ExceptionAnalyzer.cpp
  121         throwsException(Body, ExceptionInfo::Throwables(), CallStack);
  160         throwsException(Try->getTryBlock(), Caught, CallStack);
  166         ExceptionInfo Rethrown = throwsException(
  186           ExceptionInfo Rethrown = throwsException(Catch->getHandlerBlock(),
  200       ExceptionInfo Excs = throwsException(Child, Caught, CallStack);
  230   return throwsException(Stmt, ExceptionInfo::Throwables(), CallStack);