Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp3496 QualType TyTy = IntendedTy; in shouldNotPrintDirectly() local
3497 while (const TypedefType *UserTy = TyTy->getAs<TypedefType>()) { in shouldNotPrintDirectly()
3509 TyTy = UserTy->desugar(); in shouldNotPrintDirectly()