Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Ddebug-parser.h23 class DebugParser {
26 constexpr DebugParser(const DebugParser &) = default;
27 constexpr DebugParser(const char *str, std::size_t n) in DebugParser() function
36 constexpr DebugParser operator""_debug(const char str[], std::size_t n) {
37 return DebugParser{str, n};
H A Ddebug-parser.cpp15 std::optional<Success> DebugParser::Parse(ParseState &state) const { in Parse()