Home
last modified time | relevance | path

Searched defs:trueType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsConditionalType.h24 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsConditionalType.h34 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType()
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp672 auto *trueType = ParseTypeAnnotation(&options); in ParseConditionalType() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp778 …auto *trueType = DoOutsideOfDisallowConditinalTypesContext(&ParserImpl::ParseTsTypeAnnotation, &op… in ParseTsConditionalType() local