reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1161 if (const EnumType *Enum = SrcType->getAs<EnumType>()) { 1185 if (SrcType->isIntegralOrEnumerationType()) { 1188 } else if (SrcType->isRealFloatingType()) { 1196 tcr = TryStaticPointerDowncast(Self, SrcType, DestType, CStyle, OpRange, msg, 1204 tcr = TryStaticMemberPointerUpcast(Self, SrcExpr, SrcType, DestType, CStyle, 1212 if (const PointerType *SrcPointer = SrcType->getAs<PointerType>()) { 1234 Kind = IsAddressSpaceConversion(SrcType, DestType) 1263 if (SrcType->isObjCObjectPointerType() && 1276 if (auto SrcPointer = SrcType->getAs<PointerType>())