Lines Matching refs:Derived3
1422 class Derived3 : public Base2 { };1427 Derived3 mu3_;1431 // expected-warning {{'guarded_by' attribute requires arguments whose type is annotated with 'lockable' attribute; type here is 'class InheritanceTest::Derived3'}}