Searched defs:Foo2 (Results 1 – 17 of 17) sorted by relevance
12 @interface Foo2 { interface18 @implementation Foo2 implementation
56 @interface Foo2 interface
182 @interface Foo2 { interface188 @implementation Foo2 implementation
10 extern "C" void Foo2() { in Foo2() function
34 var Foo2 = { Bar: F}; variable
484 template <class Payload> struct Foo2 { struct485 Foo2() : a_(new scoped_array2<int>[5]) { } in Foo2() argument486 scoped_array2< scoped_array2<int> > a_;
159 struct Foo2 : Base { struct
262 struct Foo2 { }; struct
81 class Foo2 { class
526 LateFoo Foo2; member in LateBar1795 class Foo2 { class
28 typedef Stack<Foo,Foo> Foo2; typedef
60 void Foo2() { in Foo2() function
80 void Foo2() { in Foo2() function
7 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignore… in Foo2() function
88 @implementation Foo2 implementation
200 class Foo2 { class
635 template <unsigned N = 2> class Foo2 {}; class