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
   23     const Throwables &Exceptions) {
  137     const Stmt *St, const ExceptionInfo::Throwables &Caught,
  184           ExceptionInfo::Throwables CaughtExceptions;
tools/clang/tools/extra/clang-tidy/utils/ExceptionAnalyzer.h
   69     void registerExceptions(const Throwables &Exceptions);
   98     const Throwables &getExceptionTypes() const { return ThrownExceptions; }
  121     Throwables ThrownExceptions;
  139   throwsException(const Stmt *St, const ExceptionInfo::Throwables &Caught,