Home
last modified time | relevance | path

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

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