Searched defs:ParseSuperClass (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/parser/ | ||
| D | TypedParser.cpp | 858 std::tuple<ir::Expression *, ir::TSTypeParameterInstantiation *> TypedParser::ParseSuperClass() in ParseSuperClass() function in ark::es2panda::parser::TypedParser |
| D | parserImpl.cpp | 771 std::tuple<ir::Expression *, ir::TSTypeParameterInstantiation *> ParserImpl::ParseSuperClass() in ParseSuperClass() function in ark::es2panda::parser::ParserImpl |
| /arkcompiler/ets_frontend/es2panda/parser/ | ||
| D | parserImpl.cpp | 3328 ir::Expression *ParserImpl::ParseSuperClass(bool isDeclare, bool *hasSuperClass, bool *isExtendsFro… in ParseSuperClass() function in panda::es2panda::parser::ParserImpl |