Home
last modified time | relevance | path

Searched refs:InnerT (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dvisibility.cpp1207 template <class U> class InnerT {}; class
1230 template <> template <class U> struct DEFAULT B<A>::InnerT { struct in test65::B
1238 B<A>::InnerT<int>::foo(); in test()
1239 B<A>::InnerT<A>::foo(); in test()
1242 template class C<B<A>::InnerT>;
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1297 template <typename T, typename InnerT>
1299 makeDynCastAllOfComposite(ArrayRef<const Matcher<InnerT> *> InnerMatchers) {