Home | History | Annotate | Download | only in Index

Lines Matching defs:Test

3 // RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng -target x86_64-apple-darwin10 %s > %t/out
14 class Test
20 Test () : reserved (new data()) {}
32 ~Test () {}
42 // CHECK: <Declaration>class Test {}</Declaration>
43 // CHECK: <Declaration>Test() : reserved(new Test::data())</Declaration>
45 // CHECK: <Declaration>~Test()</Declaration>
46 // CHECK: <Declaration>Test::data *reserved</Declaration>
53 friend class Test;
67 friend bool operator==(const Test &, const Test &);
80 // CHECK: <Declaration>friend class Test</Declaration>
83 // CHECK: <Declaration>friend bool operator==(const Test &amp;, const Test &amp;)</Declaration>
151 * \brief plain friend test.
161 * \brief template friend test.