Lines Matching defs:foo
22 virtual inline void foo();
32 void Test0a::foo() {}
38 virtual inline void foo();
43 void Test0b::foo() {}
54 virtual void foo();
63 // 'bar' becomes the key function when 'foo' is defined inline.
64 inline void Test1a::foo() {}
70 virtual void foo();
74 // 'bar' becomes the key function when 'foo' is defined inline.
75 inline void Test1b::foo() {}
86 virtual void foo();
96 // 'bar' becomes the key function when 'foo' is defined inline.
98 inline void Test2a::foo() {}
104 virtual void foo();
108 // 'bar' becomes the key function when 'foo' is defined inline.
117 inline void Test2b::foo() {}
123 virtual void foo();
127 // 'bar' becomes the key function when 'foo' is defined inline.
129 inline void Test2c::foo() {}
141 virtual void foo();
153 inline void Test3a::foo() {}
159 virtual void foo();
172 inline void Test3b::foo() {}
178 virtual void foo();
184 inline void Test3c::foo() {}
196 virtual void foo();
208 template <> inline void Test4a<int>::foo() {}
214 virtual void foo();
227 template <> inline void Test4b<int>::foo() {}
233 virtual void foo();
239 template <> inline void Test4c<int>::foo() {}
251 virtual void foo();
256 template <> inline void Test5a<int>::foo();
266 template <> inline void Test5a<int>::foo() {}
272 virtual void foo();
286 template <> inline void Test5a<int>::foo();
287 template <> inline void Test5b<int>::foo() {}
293 virtual void foo();
299 template <> inline void Test5a<int>::foo();
301 template <> inline void Test5c<int>::foo() {}