Searched defs:tokenType (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| D | keywords.cpp | 23 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/ |
| D | assignmentExpression.h | 88 lexer::TokenType SetOperatorType(lexer::TokenType tokenType) noexcept in SetOperatorType()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparser.cpp | 721 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
|
| D | expressionParser.cpp | 499 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
|
| D | parserImpl.cpp | 1098 void ParserImpl::ExpectToken(lexer::TokenType tokenType, bool consumeToken) in ExpectToken()
|
| D | statementParser.cpp | 858 lexer::TokenType tokenType; in ParseForStatement() local
|
| D | TSparser.cpp | 959 ir::MappedOption TSParser::ParseMappedOption(lexer::TokenType tokenType) in ParseMappedOption()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | expressionParser.cpp | 743 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
|
| D | parserImpl.cpp | 1185 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/ |
| D | helpers.cpp | 939 …Checker::HandleBooleanLogicalOperators(Type *leftType, Type *rightType, lexer::TokenType tokenType) in HandleBooleanLogicalOperators()
|