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

Declarations

tools/clang/tools/extra/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.h
   37   void diagnoseThrowLocations(const CXXThrowExpr *throwExpr);

References

tools/clang/tools/extra/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.cpp
   44   diagnoseThrowLocations(Result.Nodes.getNodeAs<CXXThrowExpr>("throw"));