Home
last modified time | relevance | path

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

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