Lines Matching refs:PS_InRootName
81 PS_InRootName = path::iterator::_InRootName, enumerator
129 return makeState(PS_InRootName, Start, TkEnd); in increment()
132 case PS_InRootName: { in increment()
179 return makeState(PS_InRootName, TkStart + 1, RStart + 1); in decrement()
195 return makeState(PS_InRootName, TkStart + 1, RStart + 1); in decrement()
201 return makeState(PS_InRootName, Path.data(), RStart + 1); in decrement()
202 case PS_InRootName: in decrement()
222 case PS_InRootName: in operator *()
252 return State == PS_InRootName; in inRootName()
279 case PS_InRootName: in getNextTokenStartPos()
295 case PS_InRootName: in getCurrentTokenStartPos()
1522 if (PP.State == PathParser::PS_InRootName) in __root_name()
1529 if (PP.State == PathParser::PS_InRootName) in __root_directory()
1538 if (PP.State == PathParser::PS_InRootName) { in __root_path_raw()
1553 PathParser::PS_InRootName == 2, in ConsumeRootName()
1555 while (PP->State <= PathParser::PS_InRootName) in ConsumeRootName()
1562 PathParser::PS_InRootName == 2 && in ConsumeRootDir()