Searched refs:inRootPath (Results 1 – 2 of 2) sorted by relevance
251 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()
208 bool inRootPath() const noexcept { return inRootName() || inRootDir(); } in inRootPath() function