Home
last modified time | relevance | path

Searched defs:MyClass (Results 1 – 25 of 133) sorted by relevance

123456

/llvm-project/compiler-rt/test/tsan/libdispatch/
H A Dsync-block-copy.cpp13 struct MyClass { struct
18 MyClass(){}; in MyClass() function
19 MyClass(const MyClass &obj) { copyCount++; }; in MyClass() argument
21 fprintf(stderr, "MyClass::foo\n"); in foo() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dattr-target-clones-aarch64.cpp11 template <typename T1, typename T2> struct MyClass { struct
15 template <typename T> struct MyClass<int, T> { struct
19 template <typename T> struct MyClass<float, T> { struct
23 template <> struct MyClass<double, float> { struct
28 MyClass<short, short> Mc1; in run_foo_tml() argument
H A Ddebug-info-ctor2.cpp5 class MyClass class
8 explicit MyClass (int i) : in MyClass() function in MyClass
/llvm-project/clang/test/Analysis/
H A Dobjc-properties.m13 @interface MyClass; interface
29 - (id) initWithPtr:(MyClass*) value; argument
30 - (id) myInitWithPtr:(MyClass*) value; argument
31 - (void) someMethod: (MyClass*)In; argument
37 - (id) initWithPtr: (MyClass*) value { argument
48 - (id) myInitWithPtr: (MyClass*) value { argument
53 - (void) setY:(MyClass*) NewValue { argument
57 - (void) setZ:(MyClass*) NewValue { argument
65 - (void) someMethod: (MyClass*)In { argument
/llvm-project/clang/test/SemaObjC/
H A Ddelay-parsing-cfunctions.m4 @interface MyClass interface
8 @implementation MyClass implementation in MyClass
13 int bar(MyClass * myObject) { category
19 int gorfbar(MyClass * myObject) { category
H A Dmethod-undef-extension-warn-1.m3 @interface MyClass interface
12 @interface MyClass () <P> interface in P
17 @interface MyClass (Category) interface in Category
21 @implementation MyClass // expected-warning {{method 'Pmeth1' in protocol 'P' not implemented}} \ implementation
H A Dproperty-category-impl.m8 @interface MyClass interface
15 @implementation MyClass implementation
19 @interface MyClass (private) interface in private
23 @implementation MyClass (private) implementation in private
27 @interface MyClass (public) interface in public
31 @implementation MyClass (public) implementation in public
H A Doverriding-property-in-class-extension.m8 @interface MyClass : NSObject interface
14 @interface MyClass () { interface in NSString
22 @implementation MyClass implementation
H A Dmethod-lookup-4.m8 @interface MyClass : NSObject {} interface
12 @interface MyClass (MyCategorie) interface in MyCategorie
28 @implementation MyClass implementation
35 @implementation MyClass (MyCategorie) implementation in MyCategorie
H A Dtentative-property-decl.m16 @interface MyClass : Super interface
21 @interface MyClass () interface in nonatomic
25 @implementation MyClass implementation
/llvm-project/clang/test/SemaObjCXX/
H A Ddelay-parsing-cplusfuncs.mm4 @interface MyClass interface
21 @implementation MyClass implementation in MyClass
26 int S::bar(MyClass * myObject) { category
32 int S::gorfbar(MyClass * myObject) { category
38 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) { category
42 S::S(MyClass *O1) : Obj1(O1){ Obj2 = 0; } category
H A Ddelay-parsing-cfunctions.mm9 @interface MyClass interface
13 @implementation MyClass implementation in MyClass
18 int bar(MyClass * myObject) { category
24 int gorfbar(MyClass * myObject) { category
H A Ddelay-parsing-func-tryblock.mm3 @interface MyClass interface
15 @implementation MyClass implementation in MyClass
20 int BadReturn::bar(MyClass * myObject) { category
25 BadReturn::BadReturn(MyClass * myObject) try : CObj(myObject) { category
41 void BadReturn::MemFunc(MyClass * myObject) try { category
/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
H A Dscribble.cpp15 struct MyClass { struct
31 void MyClass::print_my_class_name() { in print_my_class_name() argument
/llvm-project/lldb/test/API/functionalities/breakpoint/objc/
H A Dmain.m4 @interface MyClass : NSObject interface
7 @implementation MyClass : NSObject implementation
10 @implementation MyClass (MyCategory) implementation in MyCategory
/llvm-project/clang/test/Index/
H A Dcomment-objc-decls.m52 @interface MyClass : NSObject<MyProto> interface
83 @interface MyClass() interface in id
98 @interface MyClass (Category) interface in Category
120 @implementation MyClass { implementation
148 @implementation MyClass (Category) implementation in Category
H A Dcomplete-at-directives.m2 @interface MyClass { @public } interface
5 @implementation MyClass implementation
/llvm-project/compiler-rt/test/tsan/Darwin/
H A Dgcd-sync-block-copy.mm11 @interface MyClass : NSObject interface
14 @implementation MyClass implementation
H A Dobjc-double-property.mm8 @interface MyClass : NSObject interface
14 @implementation MyClass implementation
/llvm-project/lldb/test/API/lang/objc/warnings-in-expr-parser/
H A Dmain.m3 @interface MyClass : NSObject interface
7 @implementation MyClass { implementation
/llvm-project/clang/test/CodeGenObjC/
H A Ddebug-info-selector.m4 @interface MyClass { interface
9 @implementation MyClass implementation
H A Ddebug-info-self.m5 @interface MyClass { interface
10 @implementation MyClass implementation
/llvm-project/lldb/test/Shell/Settings/Inputs/
H A Dmain.cpp1 class MyClass { class
3 MyClass() {} in MyClass() function in MyClass
/llvm-project/clang/test/Analysis/objc/
H A Ddirect-ivar-assignment-in-annotated-functions.m17 @interface MyClass; interface
23 - (void) someMethodNotAnnaotated: (MyClass*)In; argument
50 - (void) someMethod: (MyClass*)In { argument
59 - (void) someMethodNotAnnaotated: (MyClass*)In { argument
/llvm-project/lldb/test/API/lang/objc/objc-ivar-stripped/
H A Dmain.m3 @interface MyClass : NSObject { interface
11 @implementation MyClass implementation

123456