Searched refs:OtherBase (Results 1 – 3 of 3) sorted by relevance
1 struct OtherBase { struct6 struct OtherDerived : public OtherBase { argument12 OtherBase other_base;20 virtual OtherBase* getOtherPtr() { return &other_base; } in getOtherPtr()21 virtual OtherBase& getOtherRef() { return other_base; } in getOtherRef()
46 struct OtherBase { }; struct48 struct X1 : Base, OtherBase { 49 typedef OtherBase CrazyBase;57 call_f0_through_typedef2<OtherBase>(x1); // expected-note{{instantiation}} in test_f0_through_typedef2()
10 class OtherBase;14 def qux: OtherBase;53 // ERROR2: error: Expected type 'Base', got 'OtherBase' in: !getdagop((qux "hello", ?:$world))