Searched refs:inRootName (Results 1 – 2 of 2) sorted by relevance
253 if (PP.inRootName() && PPBase.inRootName()) { in lexically_relative()303 if (!LHS->inRootName() && !RHS->inRootName()) in CompareRootName()306 …auto GetRootName = [](PathParser* Parser) -> string_view_t { return Parser->inRootName() ? **Parse… in CompareRootName()
206 bool inRootName() const noexcept { return State_ == PS_InRootName; } in inRootName() function208 bool inRootPath() const noexcept { return inRootName() || inRootDir(); } in inRootPath()