Searched refs:InnerT (Results 1 – 2 of 2) sorted by relevance
1207 template <class U> class InnerT {}; class1230 template <> template <class U> struct DEFAULT B<A>::InnerT { struct in test65::B1238 B<A>::InnerT<int>::foo(); in test()1239 B<A>::InnerT<A>::foo(); in test()1242 template class C<B<A>::InnerT>;
1297 template <typename T, typename InnerT>1299 makeDynCastAllOfComposite(ArrayRef<const Matcher<InnerT> *> InnerMatchers) {