Home
last modified time | relevance | path

Searched refs:OtherBase (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/cpp/covariant-return-types/
H A Dmain.cpp1 struct OtherBase { struct
6 struct OtherDerived : public OtherBase { argument
12 OtherBase other_base;
20 virtual OtherBase* getOtherPtr() { return &other_base; } in getOtherPtr()
21 virtual OtherBase& getOtherRef() { return other_base; } in getOtherRef()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dmember-access-expr.cpp46 struct OtherBase { }; struct
48 struct X1 : Base, OtherBase {
49 typedef OtherBase CrazyBase;
57 call_f0_through_typedef2<OtherBase>(x1); // expected-note{{instantiation}} in test_f0_through_typedef2()
/llvm-project-15.0.7/llvm/test/TableGen/
H A Dgetsetop.td10 class OtherBase;
14 def qux: OtherBase;
53 // ERROR2: error: Expected type 'Base', got 'OtherBase' in: !getdagop((qux "hello", ?:$world))