Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp80 struct PathParser { struct
96 PathParser(string_view_t P, ParserState State) noexcept : Path(P), in PathParser() function
100 PathParser(string_view_t P, string_view_t E, unsigned char S) in PathParser() function
105 static PathParser CreateBegin(string_view_t P) noexcept { in CreateBegin() argument
106 PathParser PP(P, PS_BeforeBegin); in CreateBegin()
111 static PathParser CreateEnd(string_view_t P) noexcept { in CreateEnd() argument
112 PathParser PP(P, PS_AtEnd); in CreateEnd()
236 PathParser& operator++() noexcept { in operator ++() argument
241 PathParser& operator--() noexcept { in operator --() argument
642 using parser::PathParser;
[all …]