Home | History | Annotate | Download | only in Sema

Lines Matching refs:PtrValue

787   const PointerType *PtrValue = ValueT->getAs<PointerType>();
788 if (!PtrValue ||
789 !Context.hasSameUnqualifiedType(PtrValue->getPointeeType(), IdT)) {
798 ValueT = PtrValue->getPointeeType();