Home
last modified time | relevance | path

Searched refs:U_type (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaTemplate/
Dcurrent-instantiation.cpp14 typedef U U_type; typedef
17 void f0(typename X0::U_type&);
21 void f1(typename X0::U_type&);
25 void f2(typename X0::U_type&);
26 void f2(typename X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
29 void f3(typename X0::U_type&);
30 void f3(typename ::X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
36 void g0(typename X0::U_type&);
40 void g1(typename X0::U_type&);
44 void g2(typename X0::U_type&);
[all …]
Ddependent-type-identity.cpp29 typedef U U_type; typedef
50 void f4(typename type::template apply<U_type>*); // expected-error{{redeclar}}
56 void f5(typename type::template apply<U_type>::type*); // expected-error{{redeclar}}
61 void f6(typename ::N::X2<type>::template apply<U_type> *); // expected-error{{redeclar}}
66 void f7(typename X2<type>::template apply<U_type> *); // expected-error{{redeclar}}
71 void f8(typename ::Nalias::X2<type>::template apply<U_type> *); // expected-error{{redeclar}}
Dinjected-class-name.cpp22 typedef U U_type; typedef
23 typedef U_type U_type2;
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp125 typedef U U_type; typedef
126 typedef outer_alias::inner::apply_meta<T_type, U_type::template apply> type;