Home | History | Annotate | Download | only in Index

Lines Matching refs:T100

62 /// This is T100.
64 class T100 {
67 /// This is T100<int, T>.
69 class T100<int, T> {
96 typedef T100<double, T> T109;
98 typedef T100<double, double> T110;
102 T100<int, long>::T101();
103 T100<int, long> t100;
104 t100.T103();
105 T100<int, long>::T105 t105;
143 // CHECK-CC7: EnumConstantDecl:{ResultType T100<int, long>::T106}{TypedText T107}{{.*}}(brief comment: This is T107.)
149 // CHECK-CC7-SHOULD-BE: TypedefDecl:{TypedText T109}{{.*}}(brief comment: This is T100.)
150 // CHECK-CC7-SHOULD-BE: TypedefDecl:{TypedText T110}{{.*}}(brief comment: This is T100.)