Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIdentifierLengthCheck.cpp49 IgnoredExceptionVariableNamesInput( in IdentifierLengthCheck()
52 IgnoredExceptionVariableNames(IgnoredExceptionVariableNamesInput), in IdentifierLengthCheck()
66 IgnoredExceptionVariableNamesInput); in storeOptions()
H A DIdentifierLengthCheck.h41 std::string IgnoredExceptionVariableNamesInput; variable