Home
last modified time | relevance | path

Searched refs:LEX_CHAR_DOT (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/token/
H A Dletters.h97 #define LEX_CHAR_DOT 0x2E /* . */ macro
125 #define LEX_CHAR_DOT 0x2E /* dot */ macro
/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.cpp261 if (Iterator().Peek() == LEX_CHAR_DOT || !allowNumericOnNext) { in ScanDecimalNumbers()
308 if (Iterator().Peek() == LEX_CHAR_DOT || isPeriod) { in ScanNumber()
630 case LEX_CHAR_DOT: { in ScanQuestionPunctuator()
935 case LEX_CHAR_DOT: { in ScanDotPunctuator()
938 if (Iterator().Peek() == LEX_CHAR_DOT) { in ScanDotPunctuator()
1349 case LEX_CHAR_DOT: { in NextToken()
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.cpp322 if (Iterator().Peek() == LEX_CHAR_DOT || !allowNumericSeparator || !allowNumericOnNext) { in ScanDecimalNumbers()
383 if (Iterator().Peek() == LEX_CHAR_DOT) { in ScanNumber()
663 case LEX_CHAR_DOT: { in ScanQuestionPunctuator()
958 case LEX_CHAR_DOT: { in ScanDotPunctuator()
961 if (Iterator().Peek() == LEX_CHAR_DOT) { in ScanDotPunctuator()
1447 case LEX_CHAR_DOT: { in NextToken()
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp147 case LEX_CHAR_DOT: { in ParseAlternative()
435 case LEX_CHAR_DOT: in IsSyntaxCharacter()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp182 case LEX_CHAR_DOT: { in ParseAlternative()
432 case LEX_CHAR_DOT: in IsSyntaxCharacter()
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A Dletters.h121 inline constexpr char32_t LEX_CHAR_DOT = 0x2E; /* dot */ member
/arkcompiler/ets_frontend/ets2panda/parser/
H A DstatementTSParser.cpp340 if (nextChar == lexer::LEX_CHAR_LEFT_PAREN || nextChar == lexer::LEX_CHAR_DOT) { in ParseImportDeclaration()
H A DETSparser.cpp1586 if (nextChar == lexer::LEX_CHAR_LEFT_PAREN || nextChar == lexer::LEX_CHAR_DOT) { in ParseImportDeclaration()
1873 if (Lexer()->Lookahead() == lexer::LEX_CHAR_DOT) { in ParseFunctionDeclaration()
H A DASparser.cpp1695 if (nextChar == lexer::LEX_CHAR_LEFT_PAREN || nextChar == lexer::LEX_CHAR_DOT) { in ParseImportDeclaration()
H A DstatementParser.cpp1844 if (nextChar == lexer::LEX_CHAR_LEFT_PAREN || nextChar == lexer::LEX_CHAR_DOT) { in ParseImportDeclaration()
H A DTSparser.cpp297 if (CurrentLiteralIsBasicType() && Lexer()->Lookahead() != lexer::LEX_CHAR_DOT) { in ParseIdentifierReference()
H A DexpressionParser.cpp831 if (lexer_->Lookahead() == lexer::LEX_CHAR_DOT) { in ParsePotentialNewTarget()
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp1002 if (lexer_->Lookahead() == LEX_CHAR_DOT) { in ParsePotentialNewTarget()
H A DparserImpl.cpp351 if (CurrentLiteralIsBasicType() && lexer_->Lookahead() != LEX_CHAR_DOT) { in ParseTsIdentifierReference()
H A DstatementParser.cpp3210 if (nextChar == LEX_CHAR_LEFT_PAREN || nextChar == LEX_CHAR_DOT) { in ParseImportDeclaration()

Completed in 61 milliseconds