Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.h92 bool checkOptionValid(int StyleKindIndex) const;
H A DIdentifierNamingCheck.cpp261 if (HPTOpt && !HungarianNotation.checkOptionValid(I)) in getFileStyleFromOptions()
406 bool IdentifierNamingCheck::HungarianNotation::checkOptionValid( in checkOptionValid() function in clang::tidy::readability::IdentifierNamingCheck::HungarianNotation