Searched refs:inRootDir (Results 1 – 2 of 2) sorted by relevance
314 if (!LHS->inRootDir() && RHS->inRootDir()) in CompareRootDir()316 else if (LHS->inRootDir() && !RHS->inRootDir()) in CompareRootDir()
204 bool inRootDir() const noexcept { return State_ == PS_InRootDir; } in inRootDir() function208 bool inRootPath() const noexcept { return inRootName() || inRootDir(); } in inRootPath()