Home
last modified time | relevance | path

Searched defs:KeepWithDependentBase (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmake-member-function-const.cpp254 struct KeepWithDependentBase : public Base { struct
255 int M;
258 int const_f() { return M; } in const_f()