Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCObjectPointerType

1255               ReceiverType->getAs<ObjCObjectPointerType>()->getInterfaceDecl())
1407 const ObjCObjectPointerType *OPT,
1411 for (ObjCObjectPointerType::qual_iterator I = OPT->qual_begin(),
1482 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT,
1522 for (ObjCObjectPointerType::qual_iterator I = OPT->qual_begin(),
1622 if (const ObjCObjectPointerType * OBJPT =
2312 if (const ObjCObjectPointerType *QClassTy
2367 if (const ObjCObjectPointerType *QIdTy
2375 } else if (const ObjCObjectPointerType *OCIType
3334 if (isa<ObjCObjectPointerType>(canCastType) &&
3337 if (const ObjCObjectPointerType *ObjT =
3338 canExprType->getAs<ObjCObjectPointerType>())