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

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  220   REGISTER_MATCHER(forEachArgumentWithParam);
tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
  259   const auto NonConstRefParam = forEachArgumentWithParam(
  385   const auto NonConstRefParam = forEachArgumentWithParam(
tools/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp
  106   return callExpr(forEachArgumentWithParam(
tools/clang/tools/extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
  316                callExpr(forEachArgumentWithParam(
  322                callExpr(forEachArgumentWithParam(
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
  144       callExpr(forEachArgumentWithParam(
  151   Finder->addMatcher(callExpr(forEachArgumentWithParam(
tools/clang/tools/extra/clang-tidy/performance/MoveConstArgCheck.cpp
   53   auto ConstParamMatcher = forEachArgumentWithParam(
tools/clang/tools/extra/clang-tidy/utils/DeclRefExprUtils.cpp
   63   auto UsedAsConstRefOrValueArg = forEachArgumentWithParam(
   95   auto UsedAsConstRefOrValueArg = forEachArgumentWithParam(
  142   auto UsedAsConstRefArg = forEachArgumentWithParam(
  156   auto UsedAsConstRefArg = forEachArgumentWithParam(
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
  623     callExpr(forEachArgumentWithParam(ArgumentY, IntParam));
  636     callExpr(forEachArgumentWithParam(ArgumentY, IntParam));
  648     callExpr(forEachArgumentWithParam(ArgumentY, IntParam));
  665     callExpr(forEachArgumentWithParam(ArgumentY, IntParam));
  689     cxxConstructExpr(forEachArgumentWithParam(ArgumentY, IntParam));
  713       forEachDescendant(callExpr(forEachArgumentWithParam(