Lines Matching refs:InconsistentDeclarations
139 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
314 if (InconsistentDeclarations.empty()) { in check()
329 InconsistentDeclarations, in check()
334 InconsistentDeclarations, "function", "definition"); in check()
338 InconsistentDeclarations); in check()