Searched refs:T_type (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dcurrent-instantiation.cpp13 typedef T T_type; typedef in struct:X0
18 void f0(typename X0::T_type&); // expected-error{{redecl}}
22 void f1(typename X0<T, U>::T_type&); // expected-error{{redecl}}
26 void f2(typename X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
30 void f3(typename ::X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
37 void g0(typename X0::T_type&); // expected-error{{redecl}}
41 void g1(typename X0<T, U>::T_type&); // expected-error{{redecl}}
45 void g2(typename X0<T_type, U_typ
76 typedef T T_type; typedef in struct:X0
[all...]
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp124 typedef T T_type; typedef in struct:X7
126 typedef outer_alias::inner::apply_meta<T_type, U_type::template apply> type;
454 // CHECK: Identifier: "T_type" [126:42 - 126:48] TypeRef=T_type:124:13

Completed in 893 milliseconds