reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaChecking.cpp
 9621       PointeeTy = DestPtrTy->getPointeeType();
 9625       if (PointeeTy->isVoidType())
 9650           if (!PointeeTy->isIncompleteType() &&
 9651               (Context.getTypeSize(PointeeTy) == Context.getCharWidth()))
 9674                                 << PointeeTy
 9691         if (PointeeTy->isRecordType() &&
 9696                                 << PointeeTy << Dest->getSourceRange()
 9702       PointeeTy = DestTy;
 9705     if (PointeeTy == QualType())
 9711             getContainedDynamicClass(PointeeTy, IsContained)) {
 9731     } else if (PointeeTy.hasNonTrivialObjCLifetime() &&
 9736           << ArgIdx << FnName << PointeeTy
 9738     else if (const auto *RT = PointeeTy->getAs<RecordType>()) {
 9743                                 << ArgIdx << FnName << PointeeTy << 0);
 9744         SearchNonTrivialToInitializeField::diag(PointeeTy, Dest, *this);
 9749                                 << ArgIdx << FnName << PointeeTy << 1);
 9750         SearchNonTrivialToCopyField::diag(PointeeTy, Dest, *this);