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

/external/clang/test/SemaTemplate/
H A Ddependent-type-identity.cpp29 typedef U U_type; typedef in struct:X1
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}}
H A Dinjected-class-name.cpp22 typedef U U_type; typedef in struct:X0
23 typedef U_type U_type2;
H A Dcurrent-instantiation.cpp14 typedef U U_type; typedef in struct:X0
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
77 typedef U U_type; typedef in struct:X0
[all...]
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp125 typedef U U_type; typedef in struct:X7
126 typedef outer_alias::inner::apply_meta<T_type, U_type::template apply> type;
456 // CHECK: Identifier: "U_type" [126:50 - 126:56] TypeRef=U_type:125:13

Completed in 58 milliseconds