Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DInconsistentDeclarationParameterNameCheck.cpp141 InconsistentDeclarationsContainer InconsistentDeclarations; in findInconsistentDeclarations() local
161 llvm::sort(InconsistentDeclarations, in findInconsistentDeclarations()
167 return InconsistentDeclarations; in findInconsistentDeclarations()
247 << static_cast<int>(InconsistentDeclarations.size()); in formatDiagnosticsForDeclarations()
250 InconsistentDeclarations) { in formatDiagnosticsForDeclarations()
268 const InconsistentDeclarationsContainer &InconsistentDeclarations, in formatDiagnostics() argument
271 InconsistentDeclarations) { in formatDiagnostics()
312 InconsistentDeclarationsContainer InconsistentDeclarations = in check() local
316 if (InconsistentDeclarations.empty()) { in check()
331 InconsistentDeclarations, in check()
[all …]