Searched refs:TrueTy (Results 1 – 2 of 2) sorted by relevance
5086 QualType TrueTy, FalseTy; in shouldNotPrintDirectly() local5089 std::tie(TrueTy, TrueName) = in shouldNotPrintDirectly()5098 if (TrueTy == FalseTy) in shouldNotPrintDirectly()5099 return std::make_pair(TrueTy, TrueName); in shouldNotPrintDirectly()5100 else if (TrueTy.isNull()) in shouldNotPrintDirectly()5103 return std::make_pair(TrueTy, TrueName); in shouldNotPrintDirectly()
8514 QualType TrueTy, FalseTy; in shouldNotPrintDirectly() local8517 std::tie(TrueTy, TrueName) = in shouldNotPrintDirectly()8526 if (TrueTy == FalseTy) in shouldNotPrintDirectly()8527 return std::make_pair(TrueTy, TrueName); in shouldNotPrintDirectly()8528 else if (TrueTy.isNull()) in shouldNotPrintDirectly()8531 return std::make_pair(TrueTy, TrueName); in shouldNotPrintDirectly()