Searched refs:MyCls (Results 1 – 8 of 8) sorted by relevance
2 class MyCls { class12 void MyCls::out_foo() { in out_foo()16 class OtherClass : public MyCls {18 OtherClass(const OtherClass &other) : MyCls(other), value(value) { } in OtherClass()22 MyCls *object;
7 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=MyCls8 @interface MyCls interface
18 fact.setSuperclass(MyCls.class); in testMethodHandlers()25 MyCls myCls = (MyCls) proxyClass.getConstructor().newInstance(); in testMethodHandlers()35 fact.setSuperclass(MyCls.class); in testSerialize()42 MyCls myCls = (MyCls) proxyClass.getConstructor().newInstance(); in testSerialize()53 MyCls myCls2 = (MyCls) ois.readObject(); in testSerialize()
8 public class MyCls implements Serializable { class
3 @interface MyCls interface8 // CHECK: [[@LINE+1]]:6 | function/C | foo | c:@F@foo#*$objc(cs)MyCls# | __Z3fooP5MyCls | Decl | re…9 void foo(MyCls *o); category