Home
last modified time | relevance | path

Searched refs:pathImpl (Results 1 – 4 of 4) 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/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h780 PathPieces pathImpl; variable
806 return pathImpl; in getActivePath()
812 return pathImpl; in getMutablePieces()
889 for (const auto &I : pathImpl) in flattenLocations()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp119 path(pathImpl) {} in PathDiagnostic()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp131 path(pathImpl) {} in PathDiagnostic()