Home | History | Annotate | Download | only in Sema

Lines Matching defs:PointerTy

6098   const PointerType *PointerTy = Ty->getAs<PointerType>();
6100 if (!PointerTy) {
6109 PointeeTy = PointerTy->getPointeeType();
6156 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>();
6157 assert(PointerTy && "type was not a member pointer type!");
6159 QualType PointeeTy = PointerTy->getPointeeType();
6166 const Type *ClassTy = PointerTy->getClass();