Lines Matching defs:PointeeTy
8645 QualType PointeeTy;
8650 PointeeTy = PTy->getPointeeType();
8653 PointeeTy = PointerTy->getPointeeType();
8660 if (PointeeTy->isArrayType())
8663 unsigned BaseCVR = PointeeTy.getCVRQualifiers();
8677 (!(PointeeTy->isAnyPointerType() || PointeeTy->isReferenceType()))))
8681 QualType QPointeeTy = Context.getCVRQualifiedType(PointeeTy, CVR);
8716 QualType PointeeTy = PointerTy->getPointeeType();
8721 if (PointeeTy->isArrayType())
8727 unsigned BaseCVR = PointeeTy.getCVRQualifiers();
8731 QualType QPointeeTy = Context.getCVRQualifiedType(PointeeTy, CVR);
9197 QualType PointeeTy = ParamTy->getPointeeType();
9198 if (!PointeeTy->isObjectType() && !PointeeTy->isFunctionType())
9201 if (const FunctionProtoType *Proto =PointeeTy->getAs<FunctionProtoType>())
9409 QualType PointeeTy = PtrTy->getPointeeType();
9410 if (!PointeeTy->isObjectType())