Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp10244 QualType TyTy = IntendedTy; in shouldNotPrintDirectly() local
10245 while (const TypedefType *UserTy = TyTy->getAs<TypedefType>()) { in shouldNotPrintDirectly()
10258 TyTy = UserTy->desugar(); in shouldNotPrintDirectly()