Searched defs:InitLexer (Results 1 – 6 of 6) sorted by relevance
35 std::unique_ptr<lexer::Lexer> InitLexer(es2panda_Context *context) in InitLexer() function
81 std::unique_ptr<lexer::Lexer> ASParser::InitLexer(const SourceFile &sourceFile) in InitLexer() function in ark::es2panda::parser::ASParser
54 std::unique_ptr<lexer::Lexer> ParserImpl::InitLexer(const SourceFile &sourceFile) in InitLexer() function in ark::es2panda::parser::ParserImpl
121 std::unique_ptr<lexer::Lexer> TSParser::InitLexer(const SourceFile &sourceFile) in InitLexer() function in ark::es2panda::parser::TSParser
102 std::unique_ptr<lexer::Lexer> ETSParser::InitLexer(const SourceFile &sourceFile) in InitLexer() function in ark::es2panda::parser::ETSParser
100 std::unique_ptr<lexer::Lexer> ParserImpl::InitLexer(const std::string &fileName, const std::string … in InitLexer() function in panda::es2panda::parser::ParserImpl