Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dcurrent-instantiation.cpp13 typedef T T_type; typedef
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}}
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&);
76 typedef T T_type; typedef
91 void f2(typename X0<T_type*, U_type*>::T_type&); // expected-error{{redecl}}
95 void f3(typename ::X0<T_type*, U_type*>::T_type&); // expected-error{{redecl}}
118 void g2(typename X0<T_type*, U_type*>::T_type&); // expected-error{{redecl}}
[all …]
/llvm-project-15.0.7/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp124 typedef T T_type; typedef
126 typedef outer_alias::inner::apply_meta<T_type, U_type::template apply> type;
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Darc-templates.mm104 typedef T T_type;
105 …typedef __weak T_type type; // expected-error{{the type 'make_weak_fail<__weak id>::T_type' (aka '…
106 …// expected-error{{the type 'make_weak_fail<id>::T_type' (aka '__strong id') is already explicitly…