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