Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Test0

14 struct Test0 {
18 Test0 *memptr;
24 p = &Test0::memfoo++;
25 p = &Test0::memfoo--;
26 p = &Test0::memarr[1];
27 p = &Test0::memptr->memint;
28 p = &Test0::memstruct.a;
29 p = &Test0::memfun();
33 void test0() {
34 Test0 mytest;