Home
last modified time | relevance | path

Searched defs:Base3 (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CodeCompletion/
H A Dmember-access.cpp12 struct Base3 : Base1, Base2 { struct
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A DMicrosoftSuper.cpp63 struct Base3 { struct
68 struct OverloadedMemberFunction : Base3 { argument
H A DMicrosoftCompatibility.cpp167 typedef A<U> Base3; typedef in MissingTypename::C
H A Dconversion-function.cpp317 struct Base3 { struct
H A Dwarn-thread-safety-analysis.cpp3516 class Base3 : public Base2 { class
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dhomogeneous-aggregates.cpp20 struct Base3 { struct
32 struct D4 : Base2, Base3 { // homogeneous aggregate argument
H A Dapple-kext-indirect-call-2.C58 struct Base3 { }; struct
/minix3/external/bsd/llvm/dist/clang/test/CXX/class.access/
H A Dp4.cpp129 …class Base3 : virtual Base<3> { public: ~Base3(); }; // expected-error {{base class 'Base<3>' has … class