Searched defs:AFoo (Results 1 – 4 of 4) sorted by relevance
141 using AFoo = Foo<Y>; // expected-note {{candidate template ignored: could not match 'Foo<Y>' against 'int'}} \ typedef 178 using AFoo = Foo<Ts...>; global() typedef 209 template<class V> using AFoo = Foo<V *>; global() typedef 232 using AFoo = Foo<T>; global() typedef 251 using AFoo = Foo<U>*; // expected-note {{template is declared here}} global() typedef 332 using AFoo = Foo<int, Derived<U>>; global() typedef 415 using AFoo = A1<int>::A2<int>::Foo<U>; global() typedef [all...]
89 using AFoo = Foo<T2...>; global() typedef
282 using AFoo = Foo<G<U>>; typedef
1241 const Symbol &AFoo = findSymbol(Symbols, "A::foo"); TEST_F() local 1277 const Symbol &AFoo = findSymbol(Symbols, "A::foo"); TEST_F() local