Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp374 static void removeRedundantMsgs(PathPieces &path) { in removeRedundantMsgs() function
388 removeRedundantMsgs(cast<PathDiagnosticCallPiece>(*piece).path); in removeRedundantMsgs()
391 removeRedundantMsgs(cast<PathDiagnosticMacroPiece>(*piece).subPieces); in removeRedundantMsgs()
2088 removeRedundantMsgs(Construct.getMutablePieces()); in generate()