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.h729 PathPieces pathImpl; variable
752 return pathImpl; in getActivePath()
758 return pathImpl; in getMutablePieces()
784 pathImpl.clear(); in resetPath()
828 for (PathPieces::iterator I = pathImpl.begin(), E = pathImpl.end(); in flattenLocations()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp123 path(pathImpl) {} in PathDiagnostic()