HomeSort by relevance Sort by last modified time
    Searched refs:U_type (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaTemplate/
current-instantiation.cpp 14 typedef U U_type;
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...]
dependent-type-identity.cpp 29 typedef U U_type;
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}}
injected-class-name.cpp 22 typedef U U_type;
23 typedef U_type U_type2;
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 125 typedef U U_type;
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 1218 milliseconds