Home
last modified time | relevance | path

Searched refs:nextChar (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/token/
H A Dtoken.cpp143 bool Token::IsTsParamToken(TokenType type, char32_t nextChar) in IsTsParamToken() argument
146 (nextChar == LEX_CHAR_COMMA || nextChar == LEX_CHAR_COLON || nextChar == LEX_CHAR_RIGHT_PAREN))); in IsTsParamToken()
H A Dtoken.h138 static bool IsTsParamToken(TokenType type, char32_t nextChar);
/arkcompiler/ets_frontend/ets2panda/parser/
H A DstatementTSParser.cpp339 char32_t nextChar = Lexer()->Lookahead(); in ParseImportDeclaration() local
340 if (nextChar == lexer::LEX_CHAR_LEFT_PAREN || nextChar == lexer::LEX_CHAR_DOT) { in ParseImportDeclaration()
H A DASparser.cpp1694 char32_t nextChar = Lexer()->Lookahead(); in ParseImportDeclaration() local
1695 if (nextChar == lexer::LEX_CHAR_LEFT_PAREN || nextChar == lexer::LEX_CHAR_DOT) { in ParseImportDeclaration()
H A DstatementParser.cpp1843 char32_t nextChar = lexer_->Lookahead(); in ParseImportDeclaration() local
1844 if (nextChar == lexer::LEX_CHAR_LEFT_PAREN || nextChar == lexer::LEX_CHAR_DOT) { in ParseImportDeclaration()
H A DETSparser.cpp1585 char32_t nextChar = Lexer()->Lookahead(); in ParseImportDeclaration() local
1586 if (nextChar == lexer::LEX_CHAR_LEFT_PAREN || nextChar == lexer::LEX_CHAR_DOT) { in ParseImportDeclaration()
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp3208 char32_t nextChar = lexer_->Lookahead(); in ParseImportDeclaration() local
3210 if (nextChar == LEX_CHAR_LEFT_PAREN || nextChar == LEX_CHAR_DOT) { in ParseImportDeclaration()

Completed in 14 milliseconds