Searched refs:Desugared (Results 1 – 3 of 3) sorted by relevance
119 auto *Desugared = PointeeType->getUnqualifiedDesugaredType(); in getObjCDecl() local120 if (!Desugared) in getObjCDecl()122 auto *ObjCType = dyn_cast<ObjCInterfaceType>(Desugared); in getObjCDecl()
7029 QualType Desugared = Type; in handleMSPointerTypeQualifierAttr() local7031 if (const TypedefType *TT = dyn_cast<TypedefType>(Desugared)) { in handleMSPointerTypeQualifierAttr()7032 Desugared = TT->desugar(); in handleMSPointerTypeQualifierAttr()7034 } else if (const ElaboratedType *ET = dyn_cast<ElaboratedType>(Desugared)) { in handleMSPointerTypeQualifierAttr()7035 Desugared = ET->desugar(); in handleMSPointerTypeQualifierAttr()7038 const AttributedType *AT = dyn_cast<AttributedType>(Desugared); in handleMSPointerTypeQualifierAttr()7042 Desugared = AT->getModifiedType(); in handleMSPointerTypeQualifierAttr()7070 if (!isa<PointerType>(Desugared)) { in handleMSPointerTypeQualifierAttr()7238 QualType Desugared = QT; in CheckNullabilityTypeSpecifier() local7239 while (auto *Attributed = dyn_cast<AttributedType>(Desugared.getTypePtr())) { in CheckNullabilityTypeSpecifier()[all …]
3051 QualType Desugared in mangleType() local3053 if (Desugared == T) in mangleType()3056 T = Desugared; in mangleType()