Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCObjectPointerType

404 static Decl *FindGetterSetterNameDecl(const ObjCObjectPointerType *QIdTy,
410 for (ObjCObjectPointerType::qual_iterator I = QIdTy->qual_begin(),
424 for (ObjCObjectPointerType::qual_iterator I = QIdTy->qual_begin(),
998 const ObjCObjectPointerType *opty
999 = base.get()->getType()->getAs<ObjCObjectPointerType>();
1015 opty = redef->getAs<ObjCObjectPointerType>();
1076 else if (const ObjCObjectPointerType *Ptr
1077 = BaseType->getAs<ObjCObjectPointerType>())
1250 const ObjCObjectPointerType *OPT;
1251 if (!IsArrow && (OPT = BaseType->getAs<ObjCObjectPointerType>())) {