Searched refs:objc_class (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/Index/Inputs/
H A Ddeclare-objc-predef.h2 typedef struct objc_class *Class
/external/clang/test/Sema/
H A Dbuiltin_objc_msgSend.c5 typedef struct objc_class *Class;
/external/llvm/test/MC/MachO/
H A Dx86_64-sections.s20 .objc_class
H A Dx86_32-sections.s24 .objc_class
H A Dx86_32-symbols.s63 .objc_class
H A Dx86_64-symbols.s63 .objc_class
/external/swiftshader/third_party/LLVM/test/MC/MachO/
H A Dx86_64-sections.s20 .objc_class
H A Dx86_32-sections.s24 .objc_class
H A Dx86_32-symbols.s63 .objc_class
H A Dx86_64-symbols.s63 .objc_class
/external/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.h7 typedef struct objc_class *Class;
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2864 uint32_t isa; /* struct objc_class * (32-bit pointer) */
2865 uint32_t super_class; /* struct objc_class * (32-bit pointer) */
2922 uint32_t isa; /* struct objc_class * (32-bit pointer) */
3146 inline void swapStruct(struct objc_class_t &objc_class) { argument
3147 sys::swapByteOrder(objc_class.isa);
3148 sys::swapByteOrder(objc_class.super_class);
3149 sys::swapByteOrder(objc_class.name);
3150 sys::swapByteOrder(objc_class.version);
3151 sys::swapByteOrder(objc_class.info);
3152 sys::swapByteOrder(objc_class
4731 print_objc_class_t(struct objc_class_t *objc_class, struct DisassembleInfo *info) argument
5466 struct objc_class_t objc_class; local
[all...]
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1859 buf += "objc_exception_match((struct objc_class *)objc_getClass(\"";
2522 // struct objc_super { struct objc_object *receiver; struct objc_class *super; };
2532 // struct objc_class *super;
4949 Preamble += "struct objc_selector; struct objc_class;\n";
4980 Preamble += "__OBJC_RW_DLLIMPORT struct objc_class *class_getSuperclass";
4981 Preamble += "(struct objc_class *);\n";
4989 Preamble += "(struct objc_class *, struct objc_object *);\n";
5403 static bool objc_class = false; local
5404 if (!objc_class) {
5419 objc_class
[all...]
/external/clang/lib/Parse/
H A DParseObjc.cpp59 case tok::objc_class:
139 MaybeSkipAttributes(tok::objc_class);

Completed in 383 milliseconds