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

/freebsd-13-stable/contrib/wpa/wpa_supplicant/binder/
H A Diface.cpp14 Iface::Iface(struct wpa_supplicant *wpa_s) : wpa_s_(wpa_s) {} function in class:wpa_supplicant_binder::Iface
H A Diface.h24 * Implementation of Iface binder object. Each unique binder
28 class Iface : public fi::w1::wpa_supplicant::BnIface class in namespace:wpa_supplicant_binder
31 Iface(struct wpa_supplicant *wpa_s);
32 virtual ~Iface() = default;
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);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4902 ObjCInterfaceDecl *Iface;
4903 if (Error Err = importInto(Iface, D->getClassInterface()))
4911 ObjCImplementationDecl *Impl = Iface->getImplementation();
4929 DC, Iface, Super,
4940 Iface->setImplementation(Impl);
4941 Importer.MapImported(D, Iface->getImplementation());
4943 Importer.MapImported(D, Iface->getImplementation());
4953 << Iface->getDeclName();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp886 if (const auto *Iface = dyn_cast<ObjCInterfaceDecl>(ND))
887 return C.getObjCInterfaceType(Iface);
7185 if (ObjCInterfaceDecl *Iface = Method->getClassInterface())
7186 if (Iface->getSuperClass()) {
7235 if (const ObjCObjectType *Iface =
7237 CDecl = Iface->getInterface();

Completed in 219 milliseconds