Home
last modified time | relevance | path

Searched refs:TrueTy (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp3727 QualType TrueTy, FalseTy; in shouldNotPrintDirectly() local
3730 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()