Home | History | Annotate | Download | only in Sema

Lines Matching refs:ImplTy

1441   QualType ImplTy = ImplVar->getType();
1444 if (S.Context.hasSameUnqualifiedType(ImplTy, IfaceTy))
1456 ImplTy->getAs<ObjCObjectPointerType>()) {
1474 << MethodImpl->getDeclName() << IfaceTy << ImplTy;