Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.h85 std::string IgnoredRegexpStr; member
H A DIdentifierNamingCheck.cpp233 const std::string &IgnoredRegexpStr, HungarianPrefixType HPType) in NamingStyle()
266 StringRef IgnoredRegexpStr = Options.get(StyleString, ""); in getFileStyleFromOptions() local