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

References

tools/clang/tools/extra/clang-tidy/google/UpgradeGoogletestCaseCheck.cpp
  177   Finder->addMatcher(expr(anyOf(callExpr(callee(Methods)).bind("call"),
  178                                 declRefExpr(to(Methods)).bind("ref")),
  183       usingDecl(hasAnyUsingShadowDecl(hasTargetDecl(Methods)), LocationFilter)
  187   Finder->addMatcher(cxxMethodDecl(Methods, LocationFilter), this);