Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCObjectPointerType

3145   } else if (const ObjCObjectPointerType *PTy =
3146 LHSTy->getAs<ObjCObjectPointerType>()) {
3158 } else if (const ObjCObjectPointerType *PTy =
3159 RHSTy->getAs<ObjCObjectPointerType>()) {
4876 const ObjCObjectPointerType *LHSOPT = LHSTy->castAs<ObjCObjectPointerType>();
4877 const ObjCObjectPointerType *RHSOPT = RHSTy->castAs<ObjCObjectPointerType>();
4935 QualType rhptee = RHSTy->getAs<ObjCObjectPointerType>()->getPointeeType();
4954 QualType lhptee = LHSTy->getAs<ObjCObjectPointerType>()->getPointeeType();
5321 QualType lhptee = LHSType->getAs<ObjCObjectPointerType>()->getPointeeType();
5322 QualType rhptee = RHSType->getAs<ObjCObjectPointerType>()->getPointeeType();
5478 if (isa<ObjCObjectPointerType>(RHSType)) {
5539 if (isa<ObjCObjectPointerType>(LHSType)) {
5606 if (isa<ObjCObjectPointerType>(RHSType)) {
7143 if (const ObjCObjectPointerType *OPT =
7749 else if (const ObjCObjectPointerType *OPT =
7750 OpTy->getAs<ObjCObjectPointerType>())
9249 const ObjCObjectPointerType *PT = DstType->getAs<ObjCObjectPointerType>();