Searched refs:bazqux (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dinstantiate-method.cpp188 template <> void bazqux(typename T::type) {} // expected-error {{cannot specialize a function 'bazqux' within class scope}} expected-error 2{{cannot be used prior to '::' because it has no members}} function in struct:PR22040::Foobar
193 Foobar<void>::bazqux(); // expected-error{{no member named 'bazqux' in }} expected-note{{in instantiation of template class }}
194 Foobar<int>::bazqux(); // expected-error{{no member named 'bazqux' in }} expected-note{{in instantiation of template class }}
195 Foobar<int>::bazqux(3); // expected-error{{no member named 'bazqux' in }}

Completed in 254 milliseconds