Searched defs:trueType (Results 1 – 6 of 6) sorted by relevance
41 TSConditionalTypeBuilder &SetTrueType(Expression *trueType) in SetTrueType()
24 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType()
34 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType()
482 auto *trueType = ParseTypeAnnotation(&options); in ParseConditionalType() local
778 …auto *trueType = DoOutsideOfDisallowConditinalTypesContext(&ParserImpl::ParseTsTypeAnnotation, &op… in ParseTsConditionalType() local
619 auto trueType = inst->GetInput(index).GetInst()->GetType(); in IsSafeCast() local