Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp5059 QualType TyTy = IntendedTy; in shouldNotPrintDirectly() local
5060 while (const TypedefType *UserTy = TyTy->getAs<TypedefType>()) { in shouldNotPrintDirectly()
5072 TyTy = UserTy->desugar(); in shouldNotPrintDirectly()