Home
last modified time | relevance | path

Searched refs:CanNotBeConst (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DNonConstParameterCheck.cpp157 bool CanNotBeConst) { in markCanNotBeConst() argument
173 markCanNotBeConst(B->getLHS(), CanNotBeConst); in markCanNotBeConst()
174 markCanNotBeConst(B->getRHS(), CanNotBeConst); in markCanNotBeConst()
184 markCanNotBeConst(C->getTrueExpr(), CanNotBeConst); in markCanNotBeConst()
185 markCanNotBeConst(C->getFalseExpr(), CanNotBeConst); in markCanNotBeConst()
192 markCanNotBeConst(U->getSubExpr(), CanNotBeConst); in markCanNotBeConst()
194 if (!CanNotBeConst) in markCanNotBeConst()
197 markCanNotBeConst(U->getSubExpr(), CanNotBeConst); in markCanNotBeConst()
206 markCanNotBeConst(cast<Expr>(M->getSubExpr()), CanNotBeConst); in markCanNotBeConst()
211 } else if (CanNotBeConst) { in markCanNotBeConst()
DNonConstParameterCheck.h53 void markCanNotBeConst(const Expr *E, bool CanNotBeConst);