Home
last modified time | relevance | path

Searched refs:MyCls (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Index/
Dcomplete-cxx-inline-methods.cpp2 class MyCls { class
12 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;
/external/llvm-project/clang/test/Index/
Dcomplete-cxx-inline-methods.cpp2 class MyCls { class
12 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;
Dsingle-file-parse.m7 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=MyCls
8 @interface MyCls interface
Dretain-excluded-conditional-blocks.m7 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=MyCls
8 @interface MyCls interface
/external/javassist/src/test/javassist/proxyfactory/
DProxyFactoryTest.java18 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()
DMyCls.java8 public class MyCls implements Serializable { class
/external/llvm-project/clang/test/Index/Core/
Dindex-source.mm3 @interface MyCls interface
8 // CHECK: [[@LINE+1]]:6 | function/C | foo | c:@F@foo#*$objc(cs)MyCls# | __Z3fooP5MyCls | Decl | re…
9 void foo(MyCls *o); category
/external/clang/test/Index/Core/
Dindex-source.mm3 @interface MyCls interface
8 // CHECK: [[@LINE+1]]:6 | function/C | foo | c:@F@foo#*$objc(cs)MyCls# | __Z3fooP5MyCls | Decl | re…
9 void foo(MyCls *o); category