Home
last modified time | relevance | path

Searched defs:objc_class (Results 1 – 24 of 24) sorted by relevance

/external/clang/test/SemaObjC/
Dclass-getter-using-dotsyntax.m4 typedef struct objc_class *Class; struct
6 struct objc_class { struct
7 Class isa;
Dmethod-lookup-5.m4 typedef struct objc_class *Class; struct
Dclass-method-self.m3 typedef struct objc_class *Class; struct
Dcategory-method-lookup-2.m4 typedef struct objc_class *Class; struct
Dself-in-function.m5 typedef struct objc_class *Class; struct
Dproperty-lookup-in-id.m4 typedef struct objc_class *Class; struct
Dprotocol-qualified-class-unsupported.m6 typedef struct objc_class *Class; struct
Dprotocol-archane.m32 typedef struct objc_class *Class; struct
/external/clang/test/CodeGenObjC/
Dns-constant-strings.m22 extern struct objc_class _NSConstantStringClassReference; struct
Did-isa-codegen.m4 typedef struct objc_class *Class; struct
/external/clang/test/Parser/
Dobjc-forcollection-neg-2.m3 typedef struct objc_class *Class; struct
Dobjc-forcollection-1.m3 typedef struct objc_class *Class; struct
/external/clang/test/Rewriter/
Drewrite-elaborated-type.mm7 typedef struct objc_class *Class; struct
Drewrite-modern-try-finally.m4 typedef struct objc_class *Class; struct
Drewrite-modern-try-catch-finally.m4 typedef struct objc_class *Class; struct
Drewrite-modern-throw.m4 typedef struct objc_class *Class; struct
/external/clang/test/Analysis/
Dshallow-mode.m7 typedef struct objc_class *Class; struct
/external/clang/test/Analysis/inlining/
Dtest_objc_inlining_option.m5 typedef struct objc_class *Class; struct
Dretain-count-self-init.m4 typedef struct objc_class *Class; struct
Dinline-defensive-checks.m4 typedef struct objc_class *Class; struct
DRetainCountExamples.m4 typedef struct objc_class *Class; struct
DInlineObjCClassMethod.m8 typedef struct objc_class *Class; struct
/external/llvm/tools/llvm-objdump/
DMachODump.cpp2987 inline void swapStruct(struct objc_class_t &objc_class) { in swapStruct()
4572 static void print_objc_class_t(struct objc_class_t *objc_class, in print_objc_class_t()
5304 struct objc_class_t objc_class; in printObjc1_32bit_MetaData() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp5424 static bool objc_class = false; in RewriteObjCClassMetaData() local