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

1 2 3

  /external/clang/test/Sema/
builtin_objc_msgSend.c 4 typedef struct objc_class *Class;
  /external/clang/test/SemaObjC/
class-getter-using-dotsyntax.m 3 typedef struct objc_class *Class;
5 struct objc_class {
id-isa-ref.m 4 struct objc_class *isa;
8 struct objc_class *isa;
30 expected-warning{{receiver type 'struct objc_class *' is not 'id' or interface pointer, consider casting it to 'id'}} \
33 expected-warning{{receiver type 'struct objc_class *' is not 'id' or interface pointer, consider casting it to 'id'}} \
self-in-function.m 4 typedef struct objc_class *Class;
category-method-lookup-2.m 3 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 5 typedef struct objc_class *Class;
  /external/clang/test/Rewriter/
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 4 typedef struct objc_class *Class;
rewrite-modern-try-finally.m 4 typedef struct objc_class *Class;
rewrite-modern-throw.m 4 typedef struct objc_class *Class;
rewrite-modern-try-catch-finally.m 4 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;
objc-forcollection-neg.m 4 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/webkit/Source/WebKit2/Shared/mac/
CoreAnimationRenderer.h 33 OBJC_CLASS CALayer;
34 OBJC_CLASS CARenderer;
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMenuProxyMac.h 32 OBJC_CLASS NSPopUpButtonCell;
33 OBJC_CLASS WKView;
WebPopupMenuProxyMac.h 32 OBJC_CLASS NSPopUpButtonCell;
33 OBJC_CLASS WKView;
  /external/webkit/Source/WebKit2/UIProcess/
WebInspectorProxy.h 40 OBJC_CLASS NSWindow;
41 OBJC_CLASS WKView;
42 OBJC_CLASS WebInspectorProxyObjCAdapter;
  /external/llvm/test/CodeGen/PowerPC/
2008-03-24-CoalescerBug.ll 3 %struct..0objc_object = type { %struct.objc_class* }
11 %struct.objc_class = type opaque
  /external/clang/test/CodeGenObjC/
ns-constant-strings.m 22 extern struct objc_class _NSConstantStringClassReference;

Completed in 331 milliseconds

1 2 3