Searched defs:Base2 (Results 1 - 19 of 19) sorted by relevance

/external/clang/test/Index/
H A Dindex-suppress-refs.cpp6 typedef B2 Base2; typedef in class:Sub
H A Dannotate-context-sensitive.cpp13 struct Base2 { struct
17 struct Derived2 : Base2 {
/external/clang/test/Parser/
H A Dcxx0x-override-control-keywords.cpp19 struct Base2 { struct
23 struct A : Base2 {
/external/clang/test/CXX/class/class.mem/
H A Dp8-0x.cpp12 struct Base2 { struct
17 struct B : Base2 {
40 struct Base2 { struct in namespace:inline_extension
44 struct B : Base2 {
/external/clang/test/CodeCompletion/
H A Dmember-access.cpp6 struct Base2 { struct
12 struct Base3 : Base1, Base2 {
33 // CHECK-CC1: member1 : [#int#][#Base2::#]member1
39 // CHECK-CC1: memfun1 (Hidden) : [#void#]Base2::memfun1(<#int#>)
/external/clang/test/CodeGenCXX/
H A Dapple-kext-indirect-call-2.C43 struct Base2 { }; struct
45 struct Derived2 : virtual Base2 {
H A Dthunks.cpp156 struct Base2 { struct in namespace:Test6
162 struct Thunks : Base1, Base2 {
H A Dvisibility.cpp359 struct Base2 : virtual Base1 { virtual void foo(); }; struct in namespace:Test16
360 template <class T> struct A : virtual Base1, Base2 {
/external/clang/test/SemaTemplate/
H A Dinstantiate-using-decl.cpp35 typedef Visitor2<Derived> Base2; typedef in struct:test1::JoinVisitor
38 using Base2::Visit;
H A Ddependent-base-classes.cpp71 struct Base2 { struct in namespace:Ambig
76 struct Derived : Base1<T>, Base2 {
H A Dmember-access-expr.cpp21 typedef TheBase Base2; typedef
22 x.Base2::f0();
/external/clang/test/SemaCXX/
H A Dempty-class-layout.cpp152 struct Base2 : Empty { }; struct in namespace:Test7
153 struct Test : Base1, Base2 {
H A Doffsetof.cpp45 struct Base2 { struct
49 struct Derived2 : public Base1, public Base2 {
H A DMicrosoftCompatibility.cpp135 typedef B<U> Base2; typedef in class:MissingTypename::C
142 Base2::TYPE a4; // expected-warning {{missing 'typename' prior to dependent type name}}
H A Dvirtual-override.cpp150 struct Base2 { }; struct
154 (void)sizeof(Foo<Base2>); // expected-note{{instantiation}}
164 Foo2<Base2> f2;
H A Dconversion-function.cpp310 struct Base2 { struct in namespace:rdar8018274
318 struct Derived23 : Base2, Base3 {
319 using Base2::operator int;
H A Dwarn-thread-safety-parsing.cpp1406 class Base2 { }; class in namespace:InheritanceTest
1410 class Derived2 : public Base2, public Derived1 { };
1412 class Derived3 : public Base2 { };
H A Dconstant-expression-cxx11.cpp663 struct Base2 : Bottom { struct in inherits:Bottom
664 constexpr Base2(const int &r) : r(r) {} function in struct:Base2
668 struct Derived : Base, Base2 {
669 constexpr Derived() : Base(76), Base2(a) {}
691 constexpr Bottom &bot2 = (Base2&)derived;
695 constexpr Bottom *pb2 = (Base2*)&derived;
700 constexpr Base2 &fail = (Base2&)bot1; // expected-error {{constant expression}} expected-note {{cannot cast object of dynamic type 'const Class::Derived' to type 'Class::Base2'}}
702 constexpr Base2
[all...]
/external/clang/test/CXX/class.access/
H A Dp4.cpp127 class Base2 : virtual Base<2> { ~Base2(); }; // expected-note 3 {{declared private here}} \ class in namespace:test3
139 Base2, // expected-error {{base class 'test3::Base2' has private destructor}}
150 Base2, // expected-error 2 {{base class 'test3::Base2' has private destructor}}

Completed in 252 milliseconds