Searched defs:ObjcClassDeclaration (Results 1 – 2 of 2) sorted by relevance
38 struct ObjcClassDeclaration struct40 bool isMeta;41 bool isExtern;43 Identifier* identifier;44 ClassDeclaration* classDeclaration;45 ClassDeclaration* metaclass;46 DArray<FuncDeclaration*> methodList;
149 extern (C++) struct ObjcClassDeclaration struct152 bool isMeta = false;155 bool isExtern = false;158 Identifier identifier;161 ClassDeclaration classDeclaration;164 ClassDeclaration metaclass;169 extern (D) this(ClassDeclaration classDeclaration) in this()174 bool isRootClass() const in isRootClass()