Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DInconsistentDeclarationParameterNameCheck.cpp49 struct InconsistentDeclarationInfo { struct
50 InconsistentDeclarationInfo(SourceLocation DeclarationLocation, in InconsistentDeclarationInfo() function
60 llvm::SmallVector<InconsistentDeclarationInfo, 2>;
162 [&SM](const InconsistentDeclarationInfo &Info1, in findInconsistentDeclarations()
163 const InconsistentDeclarationInfo &Info2) { in findInconsistentDeclarations()
249 for (const InconsistentDeclarationInfo &InconsistentDeclaration : in formatDiagnosticsForDeclarations()
270 for (const InconsistentDeclarationInfo &InconsistentDeclaration : in formatDiagnostics()