Searched defs:KeywordString (Results 1 – 1 of 1) sorted by relevance
25 struct KeywordString { struct26 …constexpr KeywordString(std::string_view s, TokenType t, TokenType k) : str(s), tokenType(t), keyw… in KeywordString() argument28 explicit KeywordString(std::string_view &s) : str(s) {} in KeywordString() function30 std::string_view str;