reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1706 DestType = Self.Context.getCanonicalType(DestType); 1706 DestType = Self.Context.getCanonicalType(DestType); 1710 if (const ReferenceType *DestTypeTmp =DestType->getAs<ReferenceType>()) { 1753 DestType = Self.Context.getPointerType(DestTypeTmp->getPointeeType()); 1760 if (!DestType->isPointerType() && 1761 !DestType->isMemberPointerType() && 1762 !DestType->isObjCObjectPointerType()) { 1772 if (DestType->isFunctionPointerType() || 1773 DestType->isMemberFunctionPointerType()) { 1788 if (!Self.Context.hasCvrSimilarType(SrcType, DestType))