Home
last modified time | relevance | path

Searched refs:ParseExpressionOrTypeAnnotation (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.h308 …virtual ir::Expression *ParseExpressionOrTypeAnnotation(lexer::TokenType type, ExpressionParseFlag…
DETSparser.h446 …ir::Expression *ParseExpressionOrTypeAnnotation(lexer::TokenType type, ExpressionParseFlags flags)…
DexpressionParser.cpp1298 ir::Expression *ParserImpl::ParseExpressionOrTypeAnnotation([[maybe_unused]] lexer::TokenType type, in ParseExpressionOrTypeAnnotation() function in ark::es2panda::parser::ParserImpl
1324 …ir::Expression *rightExpr = ParseExpressionOrTypeAnnotation(operatorType, ExpressionParseFlags::DI… in ParseBinaryExpression()
DETSparser.cpp1460 ir::Expression *ETSParser::ParseExpressionOrTypeAnnotation(lexer::TokenType type, in ParseExpressionOrTypeAnnotation() function in ark::es2panda::parser::ETSParser