Home
last modified time | relevance | path

Searched refs:ParseTypeReferencePart (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp724 std::tuple<ir::Expression *, ir::TSTypeParameterInstantiation *> ETSParser::ParseTypeReferencePart( in ParseTypeReferencePart() function in ark::es2panda::parser::ETSParser
768 auto [typeName, typeParams] = ParseTypeReferencePart(options); in ParseTypeReference()
DETSparser.h292 std::tuple<ir::Expression *, ir::TSTypeParameterInstantiation *> ParseTypeReferencePart(