Searched refs:Iface (Results 1 – 6 of 6) sorted by relevance
28 class Iface : public fi::w1::wpa_supplicant::BnIface31 Iface(struct wpa_supplicant *wpa_s);32 virtual ~Iface() = default;
14 Iface::Iface(struct wpa_supplicant *wpa_s) in Iface() function in wpa_supplicant_binder::Iface
54 std::map<const void *, android::sp<Iface>> iface_object_map_;
67 iface_object_map_[iface_key] = new Iface(wpa_s); in registerInterface()
3881 ObjCInterfaceDecl *Iface = cast_or_null<ObjCInterfaceDecl>( in VisitObjCImplementationDecl() local3883 if (!Iface) in VisitObjCImplementationDecl()3895 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl()3901 Iface, Super, in VisitObjCImplementationDecl()3917 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()3918 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()3920 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()3930 << Iface->getDeclName(); in VisitObjCImplementationDecl()
658 if (const ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND)) in getDeclUsageType() local659 return C.getObjCInterfaceType(Iface); in getDeclUsageType()5449 if (ObjCInterfaceDecl *Iface = Method->getClassInterface()) in CodeCompleteObjCMessageReceiver() local5450 if (Iface->getSuperClass()) { in CodeCompleteObjCMessageReceiver()5502 if (const ObjCObjectType *Iface in CodeCompleteObjCSuperMessage() local5504 CDecl = Iface->getInterface(); in CodeCompleteObjCSuperMessage()