Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp594 static void removePiecesWithInvalidLocations(PathPieces &Pieces) { in removePiecesWithInvalidLocations() function
597 removePiecesWithInvalidLocations(C->path); in removePiecesWithInvalidLocations()
600 removePiecesWithInvalidLocations(M->subPieces); in removePiecesWithInvalidLocations()
2101 removePiecesWithInvalidLocations(Construct.getMutablePieces()); in generate()