Searched refs:PointeeT (Results 1 – 5 of 5) sorted by relevance
172 QualType PointeeT = DynT->getPointeeType(); in isDereferencableUninit() local174 if (PointeeT->isStructureOrClassType()) { in isDereferencableUninit()180 if (PointeeT->isUnionType()) { in isDereferencableUninit()192 if (PointeeT->isArrayType()) { in isDereferencableUninit()197 assert((isPrimitiveType(PointeeT) || isDereferencableType(PointeeT)) && in isDereferencableUninit()
49 QualType PointeeT = TP->getPointeeType(); in hasPointerToPointerSizedType() local50 if (!PointeeT.isNull()) { in hasPointerToPointerSizedType()54 if (const Type *TElem = PointeeT->getArrayElementTypeNoTypeQual()) in hasPointerToPointerSizedType()59 return isPointerSize(PointeeT.getTypePtr()); in hasPointerToPointerSizedType()
130 QualType PointeeT = T; in CheckSpecifiedExceptionType() local132 PointeeT = PT->getPointeeType(); in CheckSpecifiedExceptionType()137 if (PointeeT->isVoidType()) in CheckSpecifiedExceptionType()140 PointeeT = RT->getPointeeType(); in CheckSpecifiedExceptionType()166 if (!(PointeeT->isRecordType() && in CheckSpecifiedExceptionType()167 PointeeT->castAs<RecordType>()->isBeingDefined()) && in CheckSpecifiedExceptionType()168 RequireCompleteType(Range.getBegin(), PointeeT, DiagID, Kind, Range)) in CheckSpecifiedExceptionType()172 if (PointeeT.isWebAssemblyReferenceType()) { in CheckSpecifiedExceptionType()179 if (PointeeT->isSizelessType() && Kind != 1) { in CheckSpecifiedExceptionType()181 << (Kind == 2 ? 1 : 0) << PointeeT << Range; in CheckSpecifiedExceptionType()
328 QualType PointeeT = T->getPointeeType(); in getFragmentsForType() local329 Fragments.append(getFragmentsForType(PointeeT, Context, After)); in getFragmentsForType()332 if (!PointeeT->isAnyPointerType()) in getFragmentsForType()
4273 const auto *PointeeT = PtrT->getPointeeType() in IsPreserveAIArrayBase() local4275 if (const auto *RecT = dyn_cast<RecordType>(PointeeT)) in IsPreserveAIArrayBase()