Searched refs:inRootDir (Results 1 – 2 of 2) sorted by relevance
273 while (PP && PPBase && PP.State_ == PPBase.State_ && (*PP == *PPBase || PP.inRootDir())) { in lexically_relative()317 if (!LHS->inRootDir() && RHS->inRootDir()) in CompareRootDir()319 else if (LHS->inRootDir() && !RHS->inRootDir()) in CompareRootDir()374 string_view_t Part = PP.inRootDir() ? PATHSTR("/") : *PP; in hash_value()
204 bool inRootDir() const noexcept { return State_ == PS_InRootDir; } in inRootDir() function208 bool inRootPath() const noexcept { return inRootName() || inRootDir(); } in inRootPath()