Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lexer/
H A DkeywordsBase.h45 void SetKeyword(KeywordString kws) const in SetKeyword() function in ark::es2panda::lexer::Keywords
48 util_.SetKeyword({kws.Str(), TokenType::LITERAL_IDENT, kws.GetKeywordType()}); in SetKeyword()
51 util_.SetKeyword(kws); in SetKeyword()
57 void SetKeyword(KeywordString kws) const in SetKeyword() function in ark::es2panda::lexer::Keywords
60 util_.SetKeyword({kws.Str(), TokenType::LITERAL_IDENT, kws.GetKeywordType()}); in SetKeyword()
62 util_.SetKeyword(HANDLER(util_, kws.Str(), kws.GetTokenType())); in SetKeyword()
H A DkeywordsUtil.h84 inline void SetKeyword(KeywordString kws) const in SetKeyword() function in ark::es2panda::lexer::KeywordsUtil
/arkcompiler/ets_frontend/es2panda/lexer/
H A DkeywordsUtil.h48 inline void SetKeyword(std::string_view str, TokenType type);
71 inline void KeywordsUtil::SetKeyword(std::string_view str, TokenType type) in SetKeyword() function in panda::es2panda::lexer::KeywordsUtil
H A DkeywordsUtil.cpp275 Keywords::SetKeyword(this, kws); in ScanIdContinueMaybeKeyword()

Completed in 2 milliseconds