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

References

tools/clang/tools/extra/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.cpp
   33   Finder->addMatcher(cxxThrowExpr().bind("throw"), this);
   34   Finder->addMatcher(cxxCatchStmt().bind("catch"), this);