Home | History | Annotate | Download | only in Sema

Lines Matching refs:PointeeTy

6881   QualType PointeeTy;
6886 PointeeTy = PTy->getPointeeType();
6889 PointeeTy = PointerTy->getPointeeType();
6896 if (PointeeTy->isArrayType())
6899 unsigned BaseCVR = PointeeTy.getCVRQualifiers();
6913 (!(PointeeTy->isAnyPointerType() || PointeeTy->isReferenceType()))))
6917 QualType QPointeeTy = Context.getCVRQualifiedType(PointeeTy, CVR);
6952 QualType PointeeTy = PointerTy->getPointeeType();
6957 if (PointeeTy->isArrayType())
6963 unsigned BaseCVR = PointeeTy.getCVRQualifiers();
6967 QualType QPointeeTy = Context.getCVRQualifiedType(PointeeTy, CVR);
7409 QualType PointeeTy = ParamTy->getPointeeType();
7410 if (!PointeeTy->isObjectType() && !PointeeTy->isFunctionType())
7413 if (const FunctionProtoType *Proto =PointeeTy->getAs<FunctionProtoType>())
7417 S.AddBuiltinCandidate(S.Context.getLValueReferenceType(PointeeTy),
7646 QualType PointeeTy = (*Ptr)->getPointeeType();
7647 if (!PointeeTy->isObjectType())