Home
last modified time | relevance | path

Searched refs:ParseClassKeyAnnotation (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DASparser.h66 ir::TypeNode *ParseClassKeyAnnotation() override;
DTypedParser.h127 virtual ir::TypeNode *ParseClassKeyAnnotation() in ParseClassKeyAnnotation() function
DTSparser.h112 ir::TypeNode *ParseClassKeyAnnotation() override;
DTypedParser.cpp938 ir::TypeNode *typeAnnotation = ParseClassKeyAnnotation(); in ParseProperty()
DASparser.cpp1154 ir::TypeNode *ASParser::ParseClassKeyAnnotation() in ParseClassKeyAnnotation() function in ark::es2panda::parser::ASParser
DTSparser.cpp1836 ir::TypeNode *TSParser::ParseClassKeyAnnotation() in ParseClassKeyAnnotation() function in ark::es2panda::parser::TSParser
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h319 ir::Expression *ParseClassKeyAnnotation(); in DEFINE_BITOPS()
DparserImpl.cpp2763 ir::Expression *ParserImpl::ParseClassKeyAnnotation() in ParseClassKeyAnnotation() function in panda::es2panda::parser::ParserImpl
2894 ir::Expression *typeAnnotation = ParseClassKeyAnnotation(); in ParseClassElement()