Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h775 PathPieces pathImpl; variable
801 return pathImpl; in getActivePath()
807 return pathImpl; in getMutablePieces()
884 for (const auto &I : pathImpl) in flattenLocations()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp125 path(pathImpl) {} in PathDiagnostic()