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
   72   if (!subExpr)
   74   auto qualType = subExpr->getType();
   78     auto *inner = subExpr->IgnoreParenImpCasts();
   86     diag(subExpr->getBeginLoc(), "throw expression throws a pointer; it should "
  104     auto *currentSubExpr = subExpr->IgnoreImpCasts();
  129       diag(subExpr->getBeginLoc(),