Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h728 PathPieces pathImpl; variable
751 return pathImpl; in getActivePath()
757 return pathImpl; in getMutablePieces()
783 pathImpl.clear(); in resetPath()
827 for (PathPieces::iterator I = pathImpl.begin(), E = pathImpl.end(); in flattenLocations()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp119 path(pathImpl) {} in PathDiagnostic()