Home
last modified time | relevance | path

Searched defs:OtherClass (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/CodeGenObjC/
H A Ddebuginfo-properties.m30 @interface OtherClass : NSObject <HasASelection> { interface
34 @implementation OtherClass implementation
/llvm-project/clang/test/SemaObjC/
H A Dcompare-qualified-class.m45 @interface OtherClass : NSObject interface
51 @implementation OtherClass implementation
H A Ddeprecated-objc-introspection.m52 @interface OtherClass { interface
/llvm-project/clang/test/Index/
H A Dcomplete-cxx-inline-methods.cpp16 class OtherClass : public MyCls { class
18 OtherClass(const OtherClass &other) : MyCls(other), value(value) { } in OtherClass() function in __anonba4de2230111::OtherClass
/llvm-project/clang/test/Modules/
H A Don-demand-build.m7 @interface OtherClass interface
/llvm-project/clang/test/FixIt/
H A Dauto-isa-fixit.m27 @interface OtherClass { interface
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/
H A Dnsinvocation-argument-lifetime.m12 @interface OtherClass : NSObject interface