Home
last modified time | relevance | path

Searched defs:tokenType (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/
Dkeywords.cpp23 TokenType tokenType) in Handle_as()
28 …tring JSKeywords::Handle_await(const KeywordsUtil &util, std::string_view src, TokenType tokenType) in Handle_await()
41 …tring JSKeywords::Handle_yield(const KeywordsUtil &util, std::string_view src, TokenType tokenType) in Handle_yield()
54 …rdString TSKeywords::Handle_as(const KeywordsUtil &util, std::string_view src, TokenType tokenType) in Handle_as()
59 …tring TSKeywords::Handle_await(const KeywordsUtil &util, std::string_view src, TokenType tokenType) in Handle_await()
64 …tring TSKeywords::Handle_yield(const KeywordsUtil &util, std::string_view src, TokenType tokenType) in Handle_yield()
69 …rdString ASKeywords::Handle_as(const KeywordsUtil &util, std::string_view src, TokenType tokenType) in Handle_as()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DassignmentExpression.h88 lexer::TokenType SetOperatorType(lexer::TokenType tokenType) noexcept in SetOperatorType()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp721 lexer::TokenType tokenType, bool defaultExport) in ParseTopLevelNextTokenDefault()
759 switch (auto const tokenType = Lexer()->GetToken().Type(); tokenType) { in ParseTopLevelNextTokenResolution() local
851 void ETSParser::ParseTokenOfNative(panda::es2panda::lexer::TokenType tokenType, ir::ModifierFlags &… in ParseTokenOfNative()
890 switch (auto const tokenType = Lexer()->GetToken().Type(); tokenType) { in ParseTopLevelStatement() local
1788 auto tokenType = Lexer()->GetToken().Type(); in ParseTypeDeclaration() local
2691 …:TypeNode *ETSParser::GetTypeAnnotationOfPrimitiveType([[maybe_unused]] lexer::TokenType tokenType, in GetTypeAnnotationOfPrimitiveType()
3549 …if (auto const tokenType = Lexer()->GetToken().Type(); tokenType == lexer::TokenType::PUNCTUATOR_C… in ParseVariableDeclaratorKey() local
3963 auto tokenType = Lexer()->GetToken().Type(); in IsArrowFunctionExpressionStart() local
4379 auto tokenType = Lexer()->GetToken().Type(); in ParseEnumMembers() local
4716 lexer::TokenType tokenType = Lexer()->GetToken().Type(); in ValidateInstanceOfExpression() local
DexpressionParser.cpp499 lexer::TokenType tokenType = lexer_->GetToken().Type(); in ValidateGroupedExpression() local
563 lexer::TokenType tokenType = lexer_->GetToken().Type(); in ParseAssignmentExpression() local
1335 const auto tokenType = lexer_->GetToken().Type(); in ParseOptionalChain() local
DparserImpl.cpp1098 void ParserImpl::ExpectToken(lexer::TokenType tokenType, bool consumeToken) in ExpectToken()
DstatementParser.cpp858 lexer::TokenType tokenType; in ParseForStatement() local
DTSparser.cpp959 ir::MappedOption TSParser::ParseMappedOption(lexer::TokenType tokenType) in ParseMappedOption()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp743 lexer::TokenType tokenType = lexer_->GetToken().Type(); in ParseAssignmentExpression() local
1380 lexer::TokenType tokenType = lexer_->GetToken().Type(); in ParseOptionalChain() local
1432 lexer::TokenType tokenType = lexer_->GetToken().Type(); in ParseOptionalMemberExpression() local
DparserImpl.cpp1185 ir::MappedOption ParserImpl::ParseMappedOption(lexer::TokenType tokenType) in ParseMappedOption()
4035 lexer::TokenType tokenType = lexer_->GetToken().Type(); in ParseFunctionParameter() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp939 …Checker::HandleBooleanLogicalOperators(Type *leftType, Type *rightType, lexer::TokenType tokenType) in HandleBooleanLogicalOperators()