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