Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIdentifierLengthCheck.cpp51 IgnoredExceptionVariableNamesInput( in IdentifierLengthCheck()
54 IgnoredExceptionVariableNames(IgnoredExceptionVariableNamesInput), in IdentifierLengthCheck()
68 IgnoredExceptionVariableNamesInput); in storeOptions()
H A DIdentifierLengthCheck.h43 std::string IgnoredExceptionVariableNamesInput; variable