Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lexer/
DASLexer.h24 …explicit ASLexer(const parser::ParserContext *parserContext, util::DiagnosticEngine &diagnosticEng… in ASLexer()
DTSLexer.h24 …explicit TSLexer(const parser::ParserContext *parserContext, util::DiagnosticEngine &diagnosticEng… in TSLexer()
Dkeywords.cpp30 const auto *parserContext = util.GetParserContext(); in Handle_await() local
43 const auto *parserContext = util.GetParserContext(); in Handle_yield() local
DETSLexer.h25 …explicit ETSLexer(const parser::ParserContext *parserContext, util::DiagnosticEngine &diagnosticEn… in ETSLexer()
Dlexer.cpp25 Lexer::Lexer(const parser::ParserContext *parserContext, util::DiagnosticEngine &diagnosticEngine, … in Lexer()
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dclassifier.cpp38 auto parserContext = parser::ParserContext(ctx->parserProgram, parser::ParserStatus::NO_OPTS); in InitLexer() local
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp25 Lexer::Lexer(const parser::ParserContext *parserContext) in Lexer()