Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:foo2

81 class Foo2 {
1264 void foo2() EXCLUSIVE_LOCKS_REQUIRED(mu) { }
1302 void foo2(Foo *f);
1313 void Foo::foo2(Foo *f) EXCLUSIVE_LOCKS_REQUIRED(f->mu_) { }