Lines Matching refs:PS_InRootName
84 PS_InRootName = path::iterator::_InRootName, enumerator
132 return makeState(PS_InRootName, Start, TkEnd); in increment()
135 case PS_InRootName: { in increment()
182 return makeState(PS_InRootName, TkStart + 1, RStart + 1); in decrement()
198 return makeState(PS_InRootName, TkStart + 1, RStart + 1); in decrement()
204 return makeState(PS_InRootName, Path.data(), RStart + 1); in decrement()
205 case PS_InRootName: in decrement()
225 case PS_InRootName: in operator *()
255 return State == PS_InRootName; in inRootName()
282 case PS_InRootName: in getNextTokenStartPos()
298 case PS_InRootName: in getCurrentTokenStartPos()
1632 if (PP.State == PathParser::PS_InRootName) in __root_name()
1639 if (PP.State == PathParser::PS_InRootName) in __root_directory()
1648 if (PP.State == PathParser::PS_InRootName) { in __root_path_raw()
1663 PathParser::PS_InRootName == 2, in ConsumeRootName()
1665 while (PP->State <= PathParser::PS_InRootName) in ConsumeRootName()
1672 PathParser::PS_InRootName == 2 && in ConsumeRootDir()