Home
last modified time | relevance | path

Searched refs:Keywords (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/
H A DkeywordsBase.h24 class Keywords { class
26 explicit Keywords(Lexer *lexer, lexer::NextTokenFlags flags) : util_(KeywordsUtil(lexer, flags)) {} in Keywords() function in ark::es2panda::lexer::Keywords
27 NO_COPY_SEMANTIC(Keywords);
28 NO_MOVE_SEMANTIC(Keywords);
29 ~Keywords() = default;
H A DkeywordsUtil.h29 class Keywords;
96 void ScanIdentifierStart(const Keywords *kws, char32_t cp);
99 void ScanIdContinueMaybeKeyword(const Keywords *kws, Span<const KeywordString> map);
H A Dlexer.h31 class Keywords;
212 void NextToken(Keywords *kws);
313 Keywords *kws_ {};
H A DkeywordsUtil.cpp195 void KeywordsUtil::ScanIdentifierStart(const Keywords *kws, char32_t cp) in ScanIdentifierStart()
252 void KeywordsUtil::ScanIdContinueMaybeKeyword(const Keywords *kws, Span<const KeywordString> map) in ScanIdContinueMaybeKeyword()
H A Dlexer.cpp1291 void Lexer::NextToken(Keywords *kws) in NextToken()
/arkcompiler/ets_frontend/ets2panda/lexer/scripts/
H A Dkeywords.rb19 module Keywords module
91 Keywords.wrap_data(data)
/arkcompiler/ets_frontend/es2panda/lexer/
H A DkeywordsUtil.cpp275 Keywords::SetKeyword(this, kws); in ScanIdContinueMaybeKeyword()
H A Dlexer.cpp1388 Keywords kws(this, flags); in NextToken()

Completed in 6 milliseconds