Searched refs:PointeeT (Results 1 – 2 of 2) sorted by relevance
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()
57 QualType PointeeT = T; in CheckSpecifiedExceptionType() local59 PointeeT = PT->getPointeeType(); in CheckSpecifiedExceptionType()64 if (PointeeT->isVoidType()) in CheckSpecifiedExceptionType()67 PointeeT = RT->getPointeeType(); in CheckSpecifiedExceptionType()86 if (!(PointeeT->isRecordType() && in CheckSpecifiedExceptionType()87 PointeeT->getAs<RecordType>()->isBeingDefined()) && in CheckSpecifiedExceptionType()88 RequireCompleteType(Range.getBegin(), PointeeT, in CheckSpecifiedExceptionType()