Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp759 …auto *conditionalType = AllocNode<ir::TSConditionalType>(checkType, extendsType, trueType, falseTy… in ParseTsConditionalType() local
761 conditionalType->SetRange({startLoc, endLoc}); in ParseTsConditionalType()
763 return conditionalType; in ParseTsConditionalType()