Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h775 PathPieces pathImpl; variable
804 return pathImpl; in getActivePath()
810 return pathImpl; in getMutablePieces()
890 for (const auto &I : pathImpl) in flattenLocations()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp126 ExecutedLines(std::move(ExecutedLines)), path(pathImpl) { in PathDiagnostic()