Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp251 return PP.State_ != PPBase.State_ && (PP.inRootPath() || PPBase.inRootPath()); in lexically_relative()
259 if (PP.inRootPath()) in lexically_relative()
261 if (PPBase.inRootPath()) in lexically_relative()
H A Dpath_parser.h208 bool inRootPath() const noexcept { return inRootName() || inRootDir(); } in inRootPath() function