Home
last modified time | relevance | path

Searched refs:ScanTemplateString (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.h91 LexerTemplateString ScanTemplateString();
Dlexer.cpp462 LexerTemplateString Lexer::ScanTemplateString() in ScanTemplateString() function in panda::es2panda::lexer::Lexer
/arkcompiler/ets_frontend/ets2panda/lexer/
Dlexer.h151 LexerTemplateString ScanTemplateString();
Dlexer.cpp423 LexerTemplateString Lexer::ScanTemplateString() in ScanTemplateString() function in ark::es2panda::lexer::Lexer
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionParser.cpp731 auto [raw, end, scanExpression] = lexer_->ScanTemplateString(); in ParseTemplateLiteral()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp889 auto [raw, end, scanExpression] = lexer_->ScanTemplateString(); in ParseTemplateLiteral()
DparserImpl.cpp503 auto [raw, end, scanExpression] = lexer_->ScanTemplateString(); in ParseTsTemplateLiteralType()