Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h778 PathPieces pathImpl; variable
804 return pathImpl; in getActivePath()
810 return pathImpl; in getMutablePieces()
887 for (const auto &I : pathImpl) in flattenLocations()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp131 path(pathImpl) {} in PathDiagnostic()