Searched refs:TrueTy (Results 1 – 1 of 1) sorted by relevance
3727 QualType TrueTy, FalseTy; in shouldNotPrintDirectly() local3730 std::tie(TrueTy, TrueName) = in shouldNotPrintDirectly()3739 if (TrueTy == FalseTy) in shouldNotPrintDirectly()3740 return std::make_pair(TrueTy, TrueName); in shouldNotPrintDirectly()3741 else if (TrueTy.isNull()) in shouldNotPrintDirectly()3744 return std::make_pair(TrueTy, TrueName); in shouldNotPrintDirectly()