Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath_iterator.h31 enum _ParserState : unsigned char { enum
98 _ParserState __state_;
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp383 it.__state_ = static_cast<path::iterator::_ParserState>(PP.State_); in begin()
399 __state_ = static_cast<_ParserState>(PP.State_); in __increment()
408 __state_ = static_cast<_ParserState>(PP.State_); in __decrement()