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.cpp5654 ObjCInterfaceDecl *Iface; in VisitObjCImplementationDecl() local
5655 if (Error Err = importInto(Iface, D->getClassInterface())) in VisitObjCImplementationDecl()
5663 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl()
5681 DC, Iface, Super, in VisitObjCImplementationDecl()
5692 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()
5693 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
5695 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
5705 << 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()
8075 if (ObjCInterfaceDecl *Iface = Method->getClassInterface()) in CodeCompleteObjCMessageReceiver() local
8076 if (Iface->getSuperClass()) { in CodeCompleteObjCMessageReceiver()
8128 if (const ObjCObjectType *Iface = in CodeCompleteObjCSuperMessage() local
8130 CDecl = Iface->getInterface(); in CodeCompleteObjCSuperMessage()