Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.h40 bool CurrentLiteralIsBasicType() const;
H A DTSparser.cpp227 bool TSParser::CurrentLiteralIsBasicType() const in CurrentLiteralIsBasicType() function in ark::es2panda::parser::TSParser
262 return CurrentLiteralIsBasicType(); in CurrentIsBasicType()
297 if (CurrentLiteralIsBasicType() && Lexer()->Lookahead() != lexer::LEX_CHAR_DOT) { in ParseIdentifierReference()
563 if (Lexer()->GetToken().Type() == lexer::TokenType::LITERAL_IDENT && !CurrentLiteralIsBasicType()) { in ParseTupleElement()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.h249 bool CurrentLiteralIsBasicType();
H A DparserImpl.cpp287 bool ParserImpl::CurrentLiteralIsBasicType() in CurrentLiteralIsBasicType() function in panda::es2panda::parser::ParserImpl
325 return CurrentLiteralIsBasicType(); in CurrentIsBasicType()
351 if (CurrentLiteralIsBasicType() && lexer_->Lookahead() != LEX_CHAR_DOT) { in ParseTsIdentifierReference()

Completed in 12 milliseconds