Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DInconsistentDeclarationParameterNameCheck.cpp139 InconsistentDeclarationsContainer InconsistentDeclarations; in findInconsistentDeclarations() local
151 InconsistentDeclarations.emplace_back(OtherDeclaration->getLocation(), in findInconsistentDeclarations()
159 llvm::sort(InconsistentDeclarations, in findInconsistentDeclarations()
165 return InconsistentDeclarations; in findInconsistentDeclarations()
240 const InconsistentDeclarationsContainer &InconsistentDeclarations) { in formatDiagnosticsForDeclarations() argument
245 << static_cast<int>(InconsistentDeclarations.size()); in formatDiagnosticsForDeclarations()
248 InconsistentDeclarations) { in formatDiagnosticsForDeclarations()
266 const InconsistentDeclarationsContainer &InconsistentDeclarations, in formatDiagnostics() argument
269 InconsistentDeclarations) { in formatDiagnostics()
310 InconsistentDeclarationsContainer InconsistentDeclarations = in check() local
[all …]