Searched refs:inner_template (Results 1 – 3 of 3) sorted by relevance
16 struct inner_template;19 … struct y::inner_template { }; // expected-error{{extra qualification on member 'inner_template'}} struct in PR8019::y::y
65 template<typename T> T &inner_template() {
114 int &q = WithExplicitSpecializationUse().inner_template<int>(); in g()