Searched refs:ScriptLexer (Results 1 – 4 of 4) sorted by relevance
40 ScriptLexer::Buffer::Buffer(Ctx &ctx, MemoryBufferRef mb) in Buffer()54 ScriptLexer::ScriptLexer(Ctx &ctx, MemoryBufferRef mb) in ScriptLexer() function in ScriptLexer60 StringRef ScriptLexer::getLine() { in getLine()70 size_t ScriptLexer::getColumnNumber() { in getColumnNumber()74 std::string ScriptLexer::getCurrentLocation() { in getCurrentLocation()80 void ScriptLexer::setError(const Twine &msg) { in setError()91 void ScriptLexer::lex() { in lex()169 StringRef ScriptLexer::skipSpace(StringRef s) { in skipSpace()200 bool ScriptLexer::atEOF() { return eof || errCount(ctx); } in atEOF()202 StringRef ScriptLexer::next() { in next()[all …]
22 class ScriptLexer {68 explicit ScriptLexer(Ctx &ctx, MemoryBufferRef mb);
46 class ScriptParser final : ScriptLexer {48 ScriptParser(Ctx &ctx, MemoryBufferRef mb) : ScriptLexer(ctx, mb), ctx(ctx) {} in ScriptParser()
71 SRCS+= ELF/ScriptLexer.cpp