Searched refs:TrueTy (Results 1 – 1 of 1) sorted by relevance
4202 QualType TrueTy, FalseTy; in shouldNotPrintDirectly() local4205 std::tie(TrueTy, TrueName) = in shouldNotPrintDirectly()4214 if (TrueTy == FalseTy) in shouldNotPrintDirectly()4215 return std::make_pair(TrueTy, TrueName); in shouldNotPrintDirectly()4216 else if (TrueTy.isNull()) in shouldNotPrintDirectly()4219 return std::make_pair(TrueTy, TrueName); in shouldNotPrintDirectly()