Searched refs:Decayed (Results 1 – 9 of 9) sorted by relevance
85 NON_CANONICAL_TYPE(Decayed, AdjustedType)
2075 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;2083 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {2096 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
1653 case Type::Decayed: in getTypeInfoImpl()2252 QualType Decayed; in getDecayedType() local2260 Decayed = getArrayDecayedType(T); in getDecayedType()2267 Decayed = getPointerType(T); in getDecayedType()2270 AdjustedType::Profile(ID, T, Decayed); in getDecayedType()2276 QualType Canonical = getCanonicalType(Decayed); in getDecayedType()2282 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType()
208 case Type::Decayed: in canPrefixQualifiers()
857 case Type::Decayed: in mangleUnresolvedPrefix()
412 case Type::Decayed: in IsStructurallyEquivalent()
1515 case Type::Decayed: in EmitVariablyModifiedType()
2132 case Type::Decayed: in CreateTypeNode()
12389 case Type::Decayed: in tryCaptureVariable()