Home
last modified time | relevance | path

Searched defs:CustomStringNonTemplateBase (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.cpp4 struct CustomStringNonTemplateBase { struct
5 int compare(const CustomStringNonTemplateBase& Other) const { in compare() argument