Home | History | Annotate | Download | only in Sema

Lines Matching refs:PtrT

693     const PointerType *PtrT = T->getAs<PointerType>();
694 if (!PtrT ||
695 !Context.hasSameUnqualifiedType(PtrT->getPointeeType(), IdT)) {