Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DUppercaseLiteralSuffixCheck.cpp89 const std::vector<std::string> &NewSuffixes) { in getNewSuffix() argument
91 if (NewSuffixes.empty()) in getNewSuffix()
95 NewSuffixes, [OldSuffix](const std::string &PotentialNewSuffix) { in getNewSuffix()
99 if (NewSuffix != NewSuffixes.end()) in getNewSuffix()
108 const std::vector<std::string> &NewSuffixes, in shouldReplaceLiteralSuffix() argument
169 getNewSuffix(ReplacementDsc.OldSuffix, NewSuffixes); in shouldReplaceLiteralSuffix()
184 NewSuffixes( in UppercaseLiteralSuffixCheck()
191 utils::options::serializeStringList(NewSuffixes)); in storeOptions()
219 *Literal, NewSuffixes, *Result.SourceManager, getLangOpts())) { in checkBoundMatch()
DUppercaseLiteralSuffixCheck.h36 const std::vector<std::string> NewSuffixes; variable
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-uppercase-literal-suffix.rst31 .. option:: NewSuffixes