Home
last modified time | relevance | path

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

/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.cpp57 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.cpp91 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