Searched refs:Iface (Results 1 – 4 of 4) sorted by relevance
177 else if (const ObjCInterfaceDecl *Iface = msg.getReceiverInterface()) { in VisitObjCMessage() local178 IdentifierInfo* ClsName = Iface->getIdentifier(); in VisitObjCMessage()
3433 ObjCInterfaceDecl *Iface = cast_or_null<ObjCInterfaceDecl>( in VisitObjCImplementationDecl() local3435 if (!Iface) in VisitObjCImplementationDecl()3447 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl()3453 Iface, Super, in VisitObjCImplementationDecl()3468 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()3469 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()3471 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()3480 << Iface->getDeclName(); in VisitObjCImplementationDecl()
2981 if (const ObjCObjectType *Iface in getReceiverInterface() local2983 return Iface->getInterface(); in getReceiverInterface()
653 if (ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND)) in getDeclUsageType() local654 return C.getObjCInterfaceType(Iface); in getDeclUsageType()5120 if (ObjCInterfaceDecl *Iface = Method->getClassInterface())5121 if (Iface->getSuperClass()) {5175 if (const ObjCObjectType *Iface5177 CDecl = Iface->getInterface();