reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 1756   const LocationContext *LC = C.getLocationContextFor(&path);
 1761   for (PathPieces::iterator I = path.begin(), E = path.end(); I != E; ) {
 1761   for (PathPieces::iterator I = path.begin(), E = path.end(); I != E; ) {
 1820       path.erase(NextI);
 1883         path.erase(NextI);
 1901         path.erase(NextI);
 1914     addContextEdges(path, LC);
 1916     removeContextCycles(path, SM);
 1919     simplifySimpleBranches(path);
 1921     removePunyEdges(path, SM, PM);
 1923     removeIdenticalEvents(path);