Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dclassifier.cpp35 std::unique_ptr<lexer::Lexer> InitLexer(es2panda_Context *context) in InitLexer() function
/arkcompiler/ets_frontend/ets2panda/parser/
DASparser.cpp81 std::unique_ptr<lexer::Lexer> ASParser::InitLexer(const SourceFile &sourceFile) in InitLexer() function in ark::es2panda::parser::ASParser
DparserImpl.cpp54 std::unique_ptr<lexer::Lexer> ParserImpl::InitLexer(const SourceFile &sourceFile) in InitLexer() function in ark::es2panda::parser::ParserImpl
DTSparser.cpp121 std::unique_ptr<lexer::Lexer> TSParser::InitLexer(const SourceFile &sourceFile) in InitLexer() function in ark::es2panda::parser::TSParser
DETSparser.cpp102 std::unique_ptr<lexer::Lexer> ETSParser::InitLexer(const SourceFile &sourceFile) in InitLexer() function in ark::es2panda::parser::ETSParser
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp100 std::unique_ptr<lexer::Lexer> ParserImpl::InitLexer(const std::string &fileName, const std::string … in InitLexer() function in panda::es2panda::parser::ParserImpl