Home
last modified time | relevance | path

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

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