Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DInconsistentDeclarationParameterNameCheck.cpp35 struct DifferingParamInfo { struct
36 DifferingParamInfo(StringRef SourceName, StringRef OtherName, in DifferingParamInfo() function
41 StringRef SourceName;
42 StringRef OtherName;
43 SourceRange OtherNameRange;
44 bool GenerateFixItHint;