Searched refs:checkOptionValid (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ | ||
| H A D | IdentifierNamingCheck.h | 92 bool checkOptionValid(int StyleKindIndex) const; |
| H A D | IdentifierNamingCheck.cpp | 261 if (HPTOpt && !HungarianNotation.checkOptionValid(I)) in getFileStyleFromOptions() |