Searched refs:TrueTy (Results 1 – 1 of 1) 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()