Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCObjectPointerType

1312                                               const ObjCObjectPointerType *OPT,
1316 for (ObjCObjectPointerType::qual_iterator I = OPT->qual_begin(),
1329 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT,
1369 for (ObjCObjectPointerType::qual_iterator I = OPT->qual_begin(),
1475 if (const ObjCObjectPointerType * OBJPT =
2105 if (const ObjCObjectPointerType *QClassTy
2159 if (const ObjCObjectPointerType *QIdTy
2165 } else if (const ObjCObjectPointerType *OCIType
3047 if (isa<ObjCObjectPointerType>(canCastType) &&
3050 if (const ObjCObjectPointerType *ObjT =
3051 canExprType->getAs<ObjCObjectPointerType>())