Home | History | Annotate | Download | only in Sema

Lines Matching refs:PtrTy

29   if (const PointerType *PtrTy = T->getAs<PointerType>())
30 T = PtrTy->getPointeeType();
679 if (const PointerType *PtrTy = CanonicalSubT->getAs<PointerType>()) {
680 CanonicalSubT = PtrTy->getPointeeType();
698 if (const PointerType *PtrTy = CanonicalSuperT->getAs<PointerType>())
699 CanonicalSuperT = PtrTy->getPointeeType();