Home | History | Annotate | Download | only in Sema

Lines Matching refs:PointeeTy

6326   QualType PointeeTy;
6331 PointeeTy = PTy->getPointeeType();
6334 PointeeTy = PointerTy->getPointeeType();
6341 if (PointeeTy->isArrayType())
6344 unsigned BaseCVR = PointeeTy.getCVRQualifiers();
6358 (!(PointeeTy->isAnyPointerType() || PointeeTy->isReferenceType()))))
6362 QualType QPointeeTy = Context.getCVRQualifiedType(PointeeTy, CVR);
6397 QualType PointeeTy = PointerTy->getPointeeType();
6402 if (PointeeTy->isArrayType())
6408 unsigned BaseCVR = PointeeTy.getCVRQualifiers();
6412 QualType QPointeeTy = Context.getCVRQualifiedType(PointeeTy, CVR);
6865 QualType PointeeTy = ParamTy->getPointeeType();
6866 if (!PointeeTy->isObjectType() && !PointeeTy->isFunctionType())
6869 if (const FunctionProtoType *Proto =PointeeTy->getAs<FunctionProtoType>())
6873 S.AddBuiltinCandidate(S.Context.getLValueReferenceType(PointeeTy),
7102 QualType PointeeTy = (*Ptr)->getPointeeType();
7103 if (!PointeeTy->isObjectType())