Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DASparser.h63 ir::TypeNode *ParseClassKeyAnnotation() override;
DTypedParser.h124 virtual ir::TypeNode *ParseClassKeyAnnotation() in ParseClassKeyAnnotation() function
DTSparser.h108 ir::TypeNode *ParseClassKeyAnnotation() override;
DTypedParser.cpp940 ir::TypeNode *typeAnnotation = ParseClassKeyAnnotation(); in ParseClassElement()
DASparser.cpp1139 ir::TypeNode *ASParser::ParseClassKeyAnnotation() in ParseClassKeyAnnotation() function in panda::es2panda::parser::ASParser
DTSparser.cpp2203 ir::TypeNode *TSParser::ParseClassKeyAnnotation() in ParseClassKeyAnnotation() function in panda::es2panda::parser::TSParser
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h319 ir::Expression *ParseClassKeyAnnotation(); in DEFINE_BITOPS()
DparserImpl.cpp2723 ir::Expression *ParserImpl::ParseClassKeyAnnotation() in ParseClassKeyAnnotation() function in panda::es2panda::parser::ParserImpl
2854 ir::Expression *typeAnnotation = ParseClassKeyAnnotation(); in ParseClassElement()