Lines Matching defs:PointeeTy
8982 QualType PointeeTy;
8984 PointeeTy = DestPtrTy->getPointeeType();
8988 if (PointeeTy->isVoidType())
9013 if (!PointeeTy->isIncompleteType() &&
9014 (Context.getTypeSize(PointeeTy) == Context.getCharWidth()))
9037 << PointeeTy
9054 if (PointeeTy->isRecordType() &&
9059 << PointeeTy << Dest->getSourceRange()
9065 PointeeTy = DestTy;
9068 if (PointeeTy == QualType())
9074 getContainedDynamicClass(PointeeTy, IsContained)) {
9094 } else if (PointeeTy.hasNonTrivialObjCLifetime() &&
9099 << ArgIdx << FnName << PointeeTy
9101 else if (const auto *RT = PointeeTy->getAs<RecordType>()) {
9115 << ArgIdx << FnName << PointeeTy << 0);
9116 SearchNonTrivialToInitializeField::diag(PointeeTy, Dest, *this);
9123 << FnName << PointeeTy);
9128 << ArgIdx << FnName << PointeeTy << 1);
9129 SearchNonTrivialToCopyField::diag(PointeeTy, Dest, *this);
9136 << FnName << PointeeTy);