Searched refs:pointeeType (Results 1 – 3 of 3) sorted by relevance
136 auto pointeeType = insn.word(3); local137 object.isBuiltInBlock = getType(pointeeType).isBuiltInBlock;211 auto pointeeType = ptrType.word(3); in ProcessInterfaceVariable() local212 auto m = memberDecorations.find(pointeeType); in ProcessInterfaceVariable()214 auto &structType = getType(pointeeType).definition; in ProcessInterfaceVariable()
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 …]
5894 QualType pointeeType = desugared->getPointeeType(); in checkNullabilityTypeSpecifier() local5895 if (pointeeType->isAnyPointerType() || in checkNullabilityTypeSpecifier()5896 pointeeType->isObjCObjectPointerType() || in checkNullabilityTypeSpecifier()5897 pointeeType->isMemberPointerType()) { in checkNullabilityTypeSpecifier()