Lines Matching defs:Ty
27 QualType Ty = D->getUnderlyingType();
28 Ty = Ty.getCanonicalType();
29 if (const auto *RTy = dyn_cast<RecordType>(Ty)) {
50 QualType Ty = D->getFriendType()->getType();
51 if (isa<ElaboratedType>(Ty))
52 Ty = cast<ElaboratedType>(Ty)->getNamedType();
57 if (!Ty->isDependentType()) {
58 if (const auto *RTy = dyn_cast<RecordType>(Ty))
60 else if (const auto *SpecTy = dyn_cast<TemplateSpecializationType>(Ty))
63 dyn_cast<SubstTemplateTypeParmType>(Ty)) {
66 } else if (isa<TypedefType>(Ty)) {