HomeSort by relevance Sort by last modified time
    Searched full:alias_templates (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
access.cpp 40 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}}
  /external/clang/test/Lexer/
cxx-features.cpp 130 #if check(alias_templates, 0, 200704, 200704, 200704)

Completed in 184 milliseconds