Home | History | Annotate | Download | only in Support

Lines Matching refs:Impl

240   enum Impl {
272 file_magic(Impl V) : V(V) {}
273 operator Impl() const { return V; }
276 Impl V;