Searched refs:Foo2 (Results 1 – 12 of 12) sorted by relevance
28 typedef Stack<Foo,Foo> Foo2; typedef29 typedef Stack<Foo2,Foo2> Foo3;
12 @interface Foo2 { interface18 @implementation Foo2 implementation
57 @interface Foo2 interface
158 struct Foo2 : Base { struct163 Foo2<Base1> f1; in test2()164 Foo2<Base2> f2; in test2()
477 template <class Payload> struct Foo2 { struct478 Foo2() : a_(new scoped_array2<int>[5]) { } in Foo2() argument482 Foo2<Bar2> x2;
239 struct Foo2 { }; struct248 operator const Foo2&() const;254 (void)(true ? Bar() : Foo2()); // okay in f()
483 LateFoo Foo2; member in LateBar544 BarA.Foo2.a = 2; // \ in late_bad_4()1725 class Foo2 { class1792 BarT<Foo2> bt; in test()1794 Foo2 f2; in test()
71 class Foo2 { class
80 void Foo2() { in Foo2() function
204 class Foo2 { class209 bool Foo2<T>::Bar() { in Bar()
81 @implementation Foo2
89 @implementation Foo2 implementation