Searched refs:PointeeT (Results 1 – 5 of 5) sorted by relevance
176 QualType PointeeT = DynT->getPointeeType(); in isDereferencableUninit() local178 if (PointeeT->isStructureOrClassType()) { in isDereferencableUninit()184 if (PointeeT->isUnionType()) { in isDereferencableUninit()196 if (PointeeT->isArrayType()) { in isDereferencableUninit()201 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()
134 QualType PointeeT = T; in CheckSpecifiedExceptionType() local136 PointeeT = PT->getPointeeType(); in CheckSpecifiedExceptionType()141 if (PointeeT->isVoidType()) in CheckSpecifiedExceptionType()144 PointeeT = RT->getPointeeType(); in CheckSpecifiedExceptionType()170 if (!(PointeeT->isRecordType() && in CheckSpecifiedExceptionType()171 PointeeT->castAs<RecordType>()->isBeingDefined()) && in CheckSpecifiedExceptionType()172 RequireCompleteType(Range.getBegin(), PointeeT, DiagID, Kind, Range)) in CheckSpecifiedExceptionType()177 if (PointeeT->isSizelessType() && Kind != 1) { in CheckSpecifiedExceptionType()179 << (Kind == 2 ? 1 : 0) << PointeeT << Range; in CheckSpecifiedExceptionType()
66 template <typename PointeeT> PointeeT* getPtrTo() const { in getPtrTo()
3714 const auto *PointeeT = PtrT->getPointeeType() in IsPreserveAIArrayBase() local3716 if (const auto *RecT = dyn_cast<RecordType>(PointeeT)) in IsPreserveAIArrayBase()