Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp102 static void removeRedundantMsgs(PathPieces &path) { in removeRedundantMsgs() function
116 removeRedundantMsgs(cast<PathDiagnosticCallPiece>(piece)->path); in removeRedundantMsgs()
119 removeRedundantMsgs(cast<PathDiagnosticMacroPiece>(piece)->subPieces); in removeRedundantMsgs()
3209 removeRedundantMsgs(PD.getMutablePieces()); in generatePathDiagnostic()