Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DUppercaseLiteralSuffixCheck.h37 const std::vector<StringRef> NewSuffixes; variable
H A DUppercaseLiteralSuffixCheck.cpp88 const std::vector<StringRef> &NewSuffixes) { in getNewSuffix()
107 const std::vector<StringRef> &NewSuffixes, in shouldReplaceLiteralSuffix()