Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Bar

76 class Bar {
1294 class Bar {
1297 void bar();
1304 void Bar<T>::bar() EXCLUSIVE_LOCKS_REQUIRED(mu_) { }
1328 class Bar {
1332 void bar() EXCLUSIVE_LOCKS_REQUIRED(mu) { a = 0; }
1333 void bar2(Bar* b) EXCLUSIVE_LOCKS_REQUIRED(b->mu) { b->a = 0; }
1436 void Foo::bar(Mutex* mu) LOCKS_EXCLUDED(mu) { } // \
1437 // expected-error {{cannot define or redeclare 'bar' here because namespace '' does not enclose namespace 'Foo'}} \