Lines Matching defs:DestTy
2053 QualType SrcTy, DestTy;
2059 DestTy = DestType->getPointeeType();
2065 DestTy = DestType->getPointeeType();
2069 if (Context.hasSameUnqualifiedType(DestTy, SrcTy)) {
2073 if (DestTy->isAnyCharacterType() || DestTy->isVoidType() ||
2078 if (SrcTy->getAs<TagType>() || DestTy->getAs<TagType>()) {
2083 if ((SrcTy->isUnsignedIntegerType() && DestTy->isSignedIntegerType()) ||
2084 (SrcTy->isSignedIntegerType() && DestTy->isUnsignedIntegerType())) {
2085 if (Context.getTypeSize(DestTy) == Context.getTypeSize(SrcTy)) {
3236 QualType DestTy = cast<PointerType>(DestType)->getPointeeType();
3239 const RecordDecl *DestRD = DestTy->getAsRecordDecl();