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

Declarations

tools/clang/tools/extra/clang-tidy/readability/NonConstParameterCheck.h
   53   void markCanNotBeConst(const Expr *E, bool CanNotBeConst);

References

tools/clang/tools/extra/clang-tidy/readability/NonConstParameterCheck.cpp
   54       markCanNotBeConst(Init->getInit(), true);
   60         markCanNotBeConst(B, false);
   66         markCanNotBeConst(Arg->IgnoreParenCasts(), true);
   80           markCanNotBeConst(Arg->IgnoreParenCasts(), false);
   85         markCanNotBeConst(Arg->IgnoreParenCasts(), true);
   88       markCanNotBeConst(R->getRetValue(), true);
   90       markCanNotBeConst(U, true);
   96       markCanNotBeConst(VD->getInit(), true);
  172       markCanNotBeConst(B->getLHS(), CanNotBeConst);
  173       markCanNotBeConst(B->getRHS(), CanNotBeConst);
  175       markCanNotBeConst(B->getLHS(), false);
  180         markCanNotBeConst(B->getRHS(), true);
  183     markCanNotBeConst(C->getTrueExpr(), CanNotBeConst);
  184     markCanNotBeConst(C->getFalseExpr(), CanNotBeConst);
  190         markCanNotBeConst(SubU->getSubExpr(), true);
  191       markCanNotBeConst(U->getSubExpr(), CanNotBeConst);
  194         markCanNotBeConst(U->getSubExpr(), true);
  196       markCanNotBeConst(U->getSubExpr(), CanNotBeConst);
  199     markCanNotBeConst(A->getBase(), true);
  201     markCanNotBeConst(CLE->getInitializer(), true);
  205         markCanNotBeConst(cast<Expr>(M->getTemporary()), CanNotBeConst);
  209       markCanNotBeConst(ILE->getInit(I), true);