Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCObjectPointerType

1331               ReceiverType->getAs<ObjCObjectPointerType>()->getInterfaceDecl())
1485 const ObjCObjectPointerType *OPT,
1558 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT,
1682 if (const ObjCObjectPointerType * OBJPT =
2362 if (const ObjCObjectPointerType *QClassTy
2417 ObjCObjectPointerType *QIdTy
2425 } else if (const ObjCObjectPointerType *OCIType
2499 if (const ObjCObjectPointerType *
3307 ObjCObjectPointerType *InterfacePointerType =
3368 if (const ObjCObjectPointerType *InterfacePointerType =
3841 if (isa<ObjCObjectPointerType>(canCastType) &&
3844 if (const ObjCObjectPointerType *ObjT =
3845 canExprType->getAs<ObjCObjectPointerType>())