Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DInconsistentDeclarationParameterNameCheck.cpp33 struct DifferingParamInfo { struct
34 DifferingParamInfo(StringRef SourceName, StringRef OtherName, in DifferingParamInfo() argument
39 StringRef SourceName;
40 StringRef OtherName;
41 SourceRange OtherNameRange;
42 bool GenerateFixItHint;