Lines Matching refs:InconsistentDeclarations
141 InconsistentDeclarationsContainer InconsistentDeclarations; in findInconsistentDeclarations() local
153 InconsistentDeclarations.emplace_back(OtherDeclaration->getLocation(), in findInconsistentDeclarations()
161 llvm::sort(InconsistentDeclarations, in findInconsistentDeclarations()
167 return InconsistentDeclarations; in findInconsistentDeclarations()
242 const InconsistentDeclarationsContainer &InconsistentDeclarations) { in formatDiagnosticsForDeclarations() argument
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()
336 InconsistentDeclarations, "function", "definition"); in check()
340 InconsistentDeclarations); in check()