Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:Derived3

1424 class Derived3 : public Base2 { };
1429 Derived3 mu3_;
1433 // expected-warning {{'guarded_by' attribute requires arguments whose type is annotated with 'capability' attribute; type here is 'InheritanceTest::Derived3'}}