Home
last modified time | relevance | path

Searched refs:IsStructKeyword (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp723 if (IsStructKeyword()) { in ParseTopLevelNextTokenDefault()
1775 if (IsStructKeyword()) { in ParseTypeDeclarationAbstractFinal()
2525 (Lexer()->GetToken().Type() == lexer::TokenType::KEYW_CLASS || IsStructKeyword())) { in ParseTypeReferencePart()
2565 (Lexer()->GetToken().Type() == lexer::TokenType::KEYW_CLASS || IsStructKeyword())) { in ParseTypeReference()
2850 (Lexer()->GetToken().Type() == lexer::TokenType::KEYW_CLASS || IsStructKeyword())) { in GetTypeAnnotationFromToken()
3874 if (Lexer()->GetToken().Type() == lexer::TokenType::KEYW_CLASS || IsStructKeyword()) { in ParseDefaultPrimaryExpression()
4707 bool ETSParser::IsStructKeyword() const in IsStructKeyword() function in panda::es2panda::parser::ETSParser
DETSparser.h326 bool IsStructKeyword() const;