Searched refs:Decayed (Results 1 – 9 of 9) sorted by relevance
85 NON_CANONICAL_TYPE(Decayed, AdjustedType)
2032 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;2040 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {2053 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
1650 case Type::Decayed: in getTypeInfoImpl()2193 QualType Decayed; in getDecayedType() local2201 Decayed = getArrayDecayedType(T); in getDecayedType()2208 Decayed = getPointerType(T); in getDecayedType()2211 AdjustedType::Profile(ID, T, Decayed); in getDecayedType()2217 QualType Canonical = getCanonicalType(Decayed); in getDecayedType()2223 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType()
208 case Type::Decayed: in canPrefixQualifiers()
853 case Type::Decayed: in mangleUnresolvedPrefix()
411 case Type::Decayed: in IsStructurallyEquivalent()
1456 case Type::Decayed: in EmitVariablyModifiedType()
2141 case Type::Decayed: in CreateTypeNode()
12194 case Type::Decayed: in tryCaptureVariable()