Searched defs:parserContext (Results 1 – 7 of 7) sorted by relevance
24 …explicit ASLexer(const parser::ParserContext *parserContext, util::DiagnosticEngine &diagnosticEng… in ASLexer()
24 …explicit TSLexer(const parser::ParserContext *parserContext, util::DiagnosticEngine &diagnosticEng… in TSLexer()
30 const auto *parserContext = util.GetParserContext(); in Handle_await() local43 const auto *parserContext = util.GetParserContext(); in Handle_yield() local
25 …explicit ETSLexer(const parser::ParserContext *parserContext, util::DiagnosticEngine &diagnosticEn… in ETSLexer()
25 Lexer::Lexer(const parser::ParserContext *parserContext, util::DiagnosticEngine &diagnosticEngine, … in Lexer()
38 auto parserContext = parser::ParserContext(ctx->parserProgram, parser::ParserStatus::NO_OPTS); in InitLexer() local
25 Lexer::Lexer(const parser::ParserContext *parserContext) in Lexer()