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

References

tools/clang/tools/extra/clang-tidy/readability/NonConstParameterCheck.cpp
   21   Finder->addMatcher(parmVarDecl(unless(isInstantiated())).bind("Parm"), this);
   24   Finder->addMatcher(cxxConstructorDecl().bind("Ctor"), this);
   28   Finder->addMatcher(declRefExpr().bind("Ref"), this);
   31   Finder->addMatcher(stmt(anyOf(unaryOperator(anyOf(hasOperatorName("++"),
   37   Finder->addMatcher(varDecl(hasInitializer(anything())).bind("Mark"), this);