Home
last modified time | relevance | path

Searched defs:SkipPast (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dtoken-parsers.h556 template <char goal> struct SkipPast { struct
558 constexpr SkipPast() {} in SkipPast() argument
559 constexpr SkipPast(const SkipPast &) {} in SkipPast() function
560 static std::optional<Success> Parse(ParseState &state) { in Parse()