Home
last modified time | relevance | path

Searched refs:LexerTemplateString (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.h52 class LexerTemplateString { class
54 explicit LexerTemplateString(ArenaAllocator *allocator) : str(allocator) {} in LexerTemplateString() function in panda::es2panda::panda::es2panda::lexer::LexerTemplateString
55 DEFAULT_COPY_SEMANTIC(LexerTemplateString);
56 DEFAULT_MOVE_SEMANTIC(LexerTemplateString);
57 ~LexerTemplateString() = default;
91 LexerTemplateString ScanTemplateString();
H A Dlexer.cpp462 LexerTemplateString Lexer::ScanTemplateString() in ScanTemplateString()
464 LexerTemplateString templateStr(Allocator()); in ScanTemplateString()
/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.h88 class LexerTemplateString { class
90 explicit LexerTemplateString(ArenaAllocator *allocator) : str(allocator) {} in LexerTemplateString() function in ark::es2panda::ark::es2panda::lexer::LexerTemplateString
91 DEFAULT_COPY_SEMANTIC(LexerTemplateString);
92 DEFAULT_MOVE_SEMANTIC(LexerTemplateString);
93 ~LexerTemplateString() = default;
151 LexerTemplateString ScanTemplateString();
H A Dlexer.cpp423 LexerTemplateString Lexer::ScanTemplateString() in ScanTemplateString()
425 LexerTemplateString templateStr(Allocator()); in ScanTemplateString()

Completed in 5 milliseconds