Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7148 QualType TyTy = IntendedTy; in shouldNotPrintDirectly() local
7149 while (const TypedefType *UserTy = TyTy->getAs<TypedefType>()) { in shouldNotPrintDirectly()
7162 TyTy = UserTy->desugar(); in shouldNotPrintDirectly()