Searched refs:Opaque0 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp14 struct Opaque0 {}; struct in namespace:test0
18 Opaque0 test0(int*);
19 Opaque0 test1(const int*);
20 Opaque0 test2(int*);
21 Opaque0 test3(int*) const;
39 Opaque0 a = Derived().test0((int*) 0);
45 Opaque0 b = Derived().test1((const int*) 0);
49 Opaque0 a = ((Derived*) 0)->test2((int*) 0);
55 Opaque0 b = ((const Derived*) 0)->test3((int*) 0);
H A Dp8.cpp3 struct Opaque0 {}; struct
9 void foo(Opaque0); // expected-note 2 {{candidate function}}
39 void foo(Opaque0); // expected-note 2 {{candidate function}}
H A Dp4.cpp31 struct Opaque0 {}; struct
37 Opaque0 hiding;
71 Opaque0 _ = hiding;
114 Opaque0 _ = hiding;
125 Opaque0 hiding; // expected-note {{target of using declaration}}
161 Opaque0 _ = hiding;
179 Opaque0 _ = hiding; // expected-error {{does not refer to a value}}
/external/clang/test/CXX/class.access/class.access.dcl/
H A Dp1.cpp34 struct Opaque0 {}; struct
40 Opaque0 hiding;
74 Opaque0 _ = hiding;
117 Opaque0 _ = hiding;
128 Opaque0 hiding;
164 Opaque0 _ = hiding;

Completed in 137 milliseconds