Home
last modified time | relevance | path

Searched refs:T_type (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaTemplate/
Dcurrent-instantiation.cpp13 typedef T T_type; typedef
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_type>::T_type&); // expected-error{{redecl}}
49 void g3(typename ::X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
68 void g8(typename X0<U, T_type>::T_type&);
[all …]
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp124 typedef T T_type; typedef
126 typedef outer_alias::inner::apply_meta<T_type, U_type::template apply> type;
/external/clang/test/SemaObjCXX/
Darc-templates.mm104 typedef T T_type;
105 …typedef __weak T_type type; // expected-error{{the type 'T_type' (aka '__weak id') is already expl…
106 …// expected-error{{the type 'T_type' (aka '__strong id') is already explicitly ownership-qualified…