Home
last modified time | relevance | path

Searched refs:TyTy (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp8486 QualType TyTy = IntendedTy; in shouldNotPrintDirectly() local
8487 while (const TypedefType *UserTy = TyTy->getAs<TypedefType>()) { in shouldNotPrintDirectly()
8500 TyTy = UserTy->desugar(); in shouldNotPrintDirectly()