Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Impl

1140   std::unique_ptr<TargetLibraryInfoImpl> &Impl =
1142 if (!Impl)
1143 Impl.reset(new TargetLibraryInfoImpl(T));
1145 return *Impl;