Lines Matching defs:bar
23 virtual void bar();
39 virtual void bar();
55 virtual void bar();
63 // 'bar' becomes the key function when 'foo' is defined inline.
71 virtual void bar();
74 // 'bar' becomes the key function when 'foo' is defined inline.
87 virtual void bar();
96 // 'bar' becomes the key function when 'foo' is defined inline.
97 void Test2a::bar() {}
105 virtual void bar();
108 // 'bar' becomes the key function when 'foo' is defined inline.
109 void Test2b::bar() {}
124 virtual void bar();
127 // 'bar' becomes the key function when 'foo' is defined inline.
128 void Test2c::bar() {}
142 virtual void bar();
152 inline void Test3a::bar() {}
160 virtual void bar();
164 inline void Test3b::bar() {}
179 virtual void bar();
183 inline void Test3c::bar() {}
197 virtual void bar();
207 template <> inline void Test4a<int>::bar() {}
215 virtual void bar();
219 template <> inline void Test4b<int>::bar() {}
234 virtual void bar();
238 template <> inline void Test4c<int>::bar() {}
252 virtual void bar();
255 template <> inline void Test5a<int>::bar();
265 template <> inline void Test5a<int>::bar() {}
273 virtual void bar();
277 template <> inline void Test5a<int>::bar();
278 template <> inline void Test5b<int>::bar() {}
294 virtual void bar();
298 template <> inline void Test5a<int>::bar();
300 template <> inline void Test5c<int>::bar() {}