Home | History | Annotate | Download | only in Sema

Lines Matching refs:pointee

1664       // If we have a pointer or reference, the pointee must have an object
5073 QualType pointee = ptr->getPointeeType();
5074 if (pointee->isObjCRetainableType() || pointee->isPointerType())
5583 // Make sure that the pointee isn't itself a pointer type.