Searched defs:alias_templates (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Daccess.cpp40 namespace alias_templates { namespace in namespace:PR15209
55 U() : v_(A::x) { } // expected-error {{'x' is a private member of 'PR15209::alias_templates::A'}}
61 U() : v_(A::y) { } // expected-error {{'y' is a private member of 'PR15209::alias_templates::A'}}
64 template struct U<int, int>; // expected-note {{in instantiation of member function 'PR15209::alias_templates::U<int, int>::U' requested here}}
70 W<float>(); // expected-note {{in instantiation of member function 'PR15209::alias_templates::U<float, float>::U' requested here}}

Completed in 77 milliseconds