Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dstring-compare-custom-string-classes.cpp17 struct CustomString1 : CustomStringNonTemplateBase {}; struct
26 CustomString1 custom1; in CustomStringClasses()