HomeSort by relevance Sort by last modified time
    Searched full:objc_class (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/clang/test/Rewriter/
objc-modern-getclass-proto.mm 8 // CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getClass(const char *);
9 // CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getMetaClass(const char *);
rewrite-modern-super.mm 7 typedef struct objc_class * Class;
rewrite-super-message.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -DKEEP_ATTRIBUTES -D"id=struct objc_object *" -D"Class=struct objc_class *" -D"SEL=void*" -D"__declspec(X)=" -emit-llvm -o - %t-rw.cpp | FileCheck %t-rw.cpp
20 // CHECK: call %struct.objc_class* @class_getSuperclass
rewrite-modern-synchronized.m 2 // RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -fexceptions -Wno-address-of-temporary -D"SEL=void*" -D"Class=struct objc_class *" -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-try-finally.m 4 typedef struct objc_class *Class;
objc-modern-fast-enumeration.mm 4 // RUN: %clang_cc1 -fsyntax-only -triple i686-pc-win32 -Werror -Wno-address-of-temporary -D"Class=struct objc_class *" -D"id=struct objc_object *" -D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-rw.cpp -Wno-attributes
5 // RUN: %clang_cc1 -fsyntax-only -triple x86_64-pc-win32 -Werror -Wno-address-of-temporary -D_WIN64 -D"Class=struct objc_class *" -D"id=struct objc_object *" -D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-rw.cpp -Wno-attributes
  /external/clang/test/SemaObjC/
class-getter-using-dotsyntax.m 4 typedef struct objc_class *Class;
6 struct objc_class {
self-in-function.m 5 typedef struct objc_class *Class;
opaque-is-access.m 6 struct objc_class *isa;
10 struct objc_class *isa;
category-method-lookup-2.m 4 typedef struct objc_class *Class;
method-lookup-5.m 4 typedef struct objc_class *Class;
class-method-self.m 3 typedef struct objc_class *Class;
property-lookup-in-id.m 4 typedef struct objc_class *Class;
protocol-qualified-class-unsupported.m 6 typedef struct objc_class *Class;
opaque-is-access-warn.m 7 struct objc_class *isa;
11 struct objc_class *isa;
  /external/clang/test/Sema/
builtin_objc_msgSend.c 5 typedef struct objc_class *Class;
  /external/clang/test/Analysis/
shallow-mode.m 7 typedef struct objc_class *Class;
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleMac.h 40 OBJC_CLASS NSCalendar;
41 OBJC_CLASS NSDateFormatter;
42 OBJC_CLASS NSLocale;
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h 7 typedef struct objc_class *Class;
test_objc_inlining_option.m 5 typedef struct objc_class *Class;
  /external/clang/test/Parser/
objc-forcollection-1.m 3 typedef struct objc_class *Class;
objc-forcollection-neg-2.m 3 typedef struct objc_class *Class;
  /external/llvm/test/Transforms/InstCombine/
fp-ret-bitcast.ll 4 %struct.NSObject = type { %struct.objc_class* }
6 %struct.objc_class = type opaque
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.h 37 OBJC_CLASS WebScrollAnimationHelperDelegate;
38 OBJC_CLASS WebScrollbarPainterControllerDelegate;
39 OBJC_CLASS WebScrollbarPainterDelegate;
  /external/llvm/test/CodeGen/PowerPC/
2008-03-24-CoalescerBug.ll 3 %struct..0objc_object = type { %struct.objc_class* }
11 %struct.objc_class = type opaque

Completed in 365 milliseconds

1 2 3 4