Home
last modified time | relevance | path

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

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