Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmake-member-function-const.cpp153 const int *keepConstCast() const;
154 int *keepConstCast() { // Needs to stay non-const. in keepConstCast() function
155 return const_cast<int *>(static_cast<const Keep *>(this)->keepConstCast()); in keepConstCast()