Searched refs:pointeeType (Results 1 – 2 of 2) sorted by relevance
696 QualType pointeeType = recurse(T->getPointeeType()); in VisitPointerType() local697 if (pointeeType.isNull()) in VisitPointerType()700 if (pointeeType.getAsOpaquePtr() == T->getPointeeType().getAsOpaquePtr()) in VisitPointerType()703 return Ctx.getPointerType(pointeeType); in VisitPointerType()707 QualType pointeeType = recurse(T->getPointeeType()); in VisitBlockPointerType() local708 if (pointeeType.isNull()) in VisitBlockPointerType()711 if (pointeeType.getAsOpaquePtr() == T->getPointeeType().getAsOpaquePtr()) in VisitBlockPointerType()714 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()718 QualType pointeeType = recurse(T->getPointeeTypeAsWritten()); in VisitLValueReferenceType() local719 if (pointeeType.isNull()) in VisitLValueReferenceType()[all …]
5584 QualType pointeeType = desugared->getPointeeType(); in checkNullabilityTypeSpecifier() local5585 if (pointeeType->isAnyPointerType() || in checkNullabilityTypeSpecifier()5586 pointeeType->isObjCObjectPointerType() || in checkNullabilityTypeSpecifier()5587 pointeeType->isMemberPointerType()) { in checkNullabilityTypeSpecifier()