Lines Matching refs:Bar
219 …template<typename> typename Bar, // expected-warning {{template template parameter using 'typename…
226 enum Bar { X, Y }; enum in ShadowedTagType::Foo
227 void SetBar(Bar bar);
228 Bar Bar(); // expected-note 2 {{enum 'Bar' is hidden by a non-type declaration of 'Bar' here}}
230 Bar bar_; // expected-error {{must use 'enum' tag to refer to type 'Bar' in this scope}}
232 void Foo::SetBar(Bar bar) { bar_ = bar; } // expected-error {{must use 'enum' tag to refer to type … in SetBar()
268 namespace Bar { namespace
440 struct Bar {
441 ~Bar();
444 void bar(Bar *o) {
445 …o.~Bar(); // expected-error {{member reference type 'dotPointerDestructor::Bar *' is a pointer; di…