Searched defs:StringLexer (Results 1 – 2 of 2) sorted by relevance
19 class StringLexer; variable
17 StringLexer::StringLexer(std::string s) : m_data(std::move(s)), m_position(0) {} in StringLexer() function in StringLexer