Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DInconsistentDeclarationParameterNameCheck.cpp47 struct InconsistentDeclarationInfo { struct
48 InconsistentDeclarationInfo(SourceLocation DeclarationLocation, in InconsistentDeclarationInfo() function
58 llvm::SmallVector<InconsistentDeclarationInfo, 2>;
160 [&SM](const InconsistentDeclarationInfo &Info1, in findInconsistentDeclarations()
161 const InconsistentDeclarationInfo &Info2) { in findInconsistentDeclarations()
247 for (const InconsistentDeclarationInfo &InconsistentDeclaration : in formatDiagnosticsForDeclarations()
268 for (const InconsistentDeclarationInfo &InconsistentDeclaration : in formatDiagnostics()