Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/binder/
H A Diface.h28 class Iface : public fi::w1::wpa_supplicant::BnIface
31 Iface(struct wpa_supplicant *wpa_s);
32 virtual ~Iface() = default;
H A Diface.cpp14 Iface::Iface(struct wpa_supplicant *wpa_s) : wpa_s_(wpa_s) {} in Iface() function in wpa_supplicant_binder::Iface
H A Dbinder_manager.h53 std::map<const void *, android::sp<Iface>> iface_object_map_;
H A Dbinder_manager.cpp62 iface_object_map_[iface_key] = new Iface(wpa_s); in registerInterface()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5930 ObjCInterfaceDecl *Iface; in VisitObjCImplementationDecl() local
5931 if (Error Err = importInto(Iface, D->getClassInterface())) in VisitObjCImplementationDecl()
5939 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl()
5957 DC, Iface, Super, in VisitObjCImplementationDecl()
5968 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()
5969 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
5971 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
5981 << Iface->getDeclName(); in VisitObjCImplementationDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp945 if (const auto *Iface = dyn_cast<ObjCInterfaceDecl>(ND)) in getDeclUsageType() local
946 return C.getObjCInterfaceType(Iface); in getDeclUsageType()
8226 if (ObjCInterfaceDecl *Iface = Method->getClassInterface()) in CodeCompleteObjCMessageReceiver() local
8227 if (Iface->getSuperClass()) { in CodeCompleteObjCMessageReceiver()
8278 if (const ObjCObjectType *Iface = in CodeCompleteObjCSuperMessage() local
8280 CDecl = Iface->getInterface(); in CodeCompleteObjCSuperMessage()