Home
last modified time | relevance | path

Searched refs:_ParserState (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dpath_iterator.h34 enum _ParserState : unsigned char { enum
114 _ParserState __state_;
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp1983 it.__state_ = static_cast<path::iterator::_ParserState>(PP.State); in begin()
1999 __state_ = static_cast<_ParserState>(PP.State); in __increment()
2008 __state_ = static_cast<_ParserState>(PP.State); in __decrement()