OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alias_templates
(Results
1 - 1
of
1
) 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}}
Completed in 223 milliseconds