OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:T_type
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaTemplate/
current-instantiation.cpp
13
typedef T
T_type
;
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}
[
all
...]
/external/clang/test/Index/
annotate-nested-name-specifier.cpp
124
typedef T
T_type
;
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 77 milliseconds