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-archane.m32 typedef struct objc_class *Class; struct
Dprotocol-qualified-class-unsupported.m6 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/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp872 std::unique_ptr<objc_class_t> objc_class; in GetClassName() local
895 std::unique_ptr<objc_class_t> objc_class; in GetSuperclass() local
925 std::unique_ptr<objc_class_t> objc_class; in GetInstanceSize() local
954 std::unique_ptr<objc_class_t> objc_class; in Describe() local
1407 bool Read_objc_class (Process* process, std::unique_ptr<objc_class_t> &objc_class) in Read_objc_class()
1419 …bool Read_class_row (Process* process, const objc_class_t &objc_class, std::unique_ptr<class_ro_t>… in Read_class_row()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp5459 static bool objc_class = false; in RewriteObjCClassMetaData() local