Home
last modified time | relevance | path

Searched refs:Iface (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/binder/
Diface.h28 class Iface : public fi::w1::wpa_supplicant::BnIface
31 Iface(struct wpa_supplicant *wpa_s);
32 virtual ~Iface() = default;
Diface.cpp14 Iface::Iface(struct wpa_supplicant *wpa_s) in Iface() function in wpa_supplicant_binder::Iface
Dbinder_manager.h54 std::map<const void *, android::sp<Iface>> iface_object_map_;
Dbinder_manager.cpp67 iface_object_map_[iface_key] = new Iface(wpa_s); in registerInterface()
/external/clang/lib/AST/
DASTImporter.cpp3881 ObjCInterfaceDecl *Iface = cast_or_null<ObjCInterfaceDecl>( in VisitObjCImplementationDecl() local
3883 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()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp658 if (const ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND)) in getDeclUsageType() local
659 return C.getObjCInterfaceType(Iface); in getDeclUsageType()
5449 if (ObjCInterfaceDecl *Iface = Method->getClassInterface()) in CodeCompleteObjCMessageReceiver() local
5450 if (Iface->getSuperClass()) { in CodeCompleteObjCMessageReceiver()
5502 if (const ObjCObjectType *Iface in CodeCompleteObjCSuperMessage() local
5504 CDecl = Iface->getInterface(); in CodeCompleteObjCSuperMessage()