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.cpp461 LexerTemplateString Lexer::ScanTemplateString() in ScanTemplateString() function in panda::es2panda::lexer::Lexer
/arkcompiler/ets_frontend/ets2panda/lexer/
Dlexer.h129 LexerTemplateString ScanTemplateString();
Dlexer.cpp410 LexerTemplateString Lexer::ScanTemplateString() in ScanTemplateString() function in panda::es2panda::lexer::Lexer
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionParser.cpp689 auto [raw, end, scanExpression] = lexer_->ScanTemplateString(); in ParseTemplateLiteral()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp888 auto [raw, end, scanExpression] = lexer_->ScanTemplateString(); in ParseTemplateLiteral()
DparserImpl.cpp492 auto [raw, end, scanExpression] = lexer_->ScanTemplateString(); in ParseTsTemplateLiteralType()