Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lexer/
DTSLexer.h24 explicit TSLexer(const parser::ParserContext *parserContext) : Lexer(parserContext, false) in TSLexer()
DASLexer.h24 explicit ASLexer(const parser::ParserContext *parserContext) : Lexer(parserContext, false) in ASLexer()
DETSLexer.h25 explicit ETSLexer(const parser::ParserContext *parserContext) : Lexer(parserContext, false) in ETSLexer()
Dkeywords.cpp30 const auto *parserContext = util.GetParserContext(); in Handle_await() local
43 const auto *parserContext = util.GetParserContext(); in Handle_yield() local
Dlexer.cpp30 Lexer::Lexer(const parser::ParserContext *parserContext, bool startLexer) in Lexer()
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp30 Lexer::Lexer(const parser::ParserContext *parserContext) in Lexer()