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

References

tools/clang/tools/extra/clang-tidy/modernize/UseUncaughtExceptionsCheck.cpp
   27       usingDecl(hasAnyUsingShadowDecl(hasTargetDecl(hasName(MatchText))))
   33       declRefExpr(to(functionDecl(hasName(MatchText))), unless(callExpr()))
   38   Finder->addMatcher(callExpr(hasDeclaration(functionDecl(hasName(MatchText))),
   45                               hasDeclaration(functionDecl(hasName(MatchText))))