Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
Dclass-getter-using-dotsyntax.m3 typedef struct objc_class *Class; struct
5 struct objc_class { struct
6 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.m3 typedef struct objc_class *Class; struct
Dself-in-function.m4 typedef struct objc_class *Class; struct
Dprotocol-archane.m32 typedef struct objc_class *Class; struct
Dproperty-lookup-in-id.m4 typedef struct objc_class *Class; struct
Dprotocol-qualified-class-unsupported.m5 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/Rewriter/
Drewrite-elaborated-type.mm5 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/lib/Rewrite/
DRewriteObjC.cpp3897 static bool objc_class = false; in RewriteObjCClassMetaData() local