Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-member-init.cpp140 struct WithCopyConstructor2 : public T { struct
144 WithCopyConstructor2::WithCopyConstructor2(const WithCopyConstructor2& other) in WithCopyConstructor2() function in WithCopyConstructor2