Searched refs:pointeeType (Results 1 – 4 of 4) sorted by relevance
771 if (pointeeType.isNull()) in VisitPointerType()777 return Ctx.getPointerType(pointeeType); in VisitPointerType()782 if (pointeeType.isNull()) in VisitBlockPointerType()788 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()793 if (pointeeType.isNull()) in VisitLValueReferenceType()796 if (pointeeType.getAsOpaquePtr() in VisitLValueReferenceType()805 if (pointeeType.isNull()) in VisitRValueReferenceType()808 if (pointeeType.getAsOpaquePtr() in VisitRValueReferenceType()817 if (pointeeType.isNull()) in VisitMemberPointerType()1087 if (pointeeType.isNull()) in TRIVIAL_TYPE_CLASS()[all …]
1142 QualType pointeeType = resultTy->getPointeeType(); in evalBinOpLN() local1143 Multiplicand = getContext().getTypeSizeInChars(pointeeType).getQuantity(); in evalBinOpLN()
6515 const Type *pointeeType; in checkNullabilityTypeSpecifier() local6517 pointeeType = desugared->getArrayElementTypeNoTypeQual(); in checkNullabilityTypeSpecifier()6519 pointeeType = desugared->getPointeeType().getTypePtr(); in checkNullabilityTypeSpecifier()6521 if (pointeeType->isAnyPointerType() || in checkNullabilityTypeSpecifier()6522 pointeeType->isObjCObjectPointerType() || in checkNullabilityTypeSpecifier()6523 pointeeType->isMemberPointerType()) { in checkNullabilityTypeSpecifier()
4882 QualType pointeeType = getDerived().TransformType(T->getPointeeType()); in TransformDependentAddressSpaceType() local4884 if (pointeeType.isNull()) in TransformDependentAddressSpaceType()4897 if (getDerived().AlwaysRebuild() || pointeeType != T->getPointeeType() || in TransformDependentAddressSpaceType()4900 pointeeType, AddrSpace.get(), T->getAttributeLoc()); in TransformDependentAddressSpaceType()