Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/
DkeywordString.h25 struct KeywordString { struct
26 …constexpr KeywordString(std::string_view s, TokenType t, TokenType k) : str(s), tokenType(t), keyw… in KeywordString() argument
28 explicit KeywordString(std::string_view &s) : str(s) {} in KeywordString() function
30 std::string_view str;