reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

tools/clang/lib/CodeGen/CGObjCRuntime.h
  153   virtual void GenerateClass(const ObjCImplementationDecl *OID) = 0;

Overridden By

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1687   void GenerateClass(const ObjCImplementationDecl *OID) override {

Declarations

tools/clang/lib/CodeGen/CGObjCGNU.cpp
  610   void GenerateClass(const ObjCImplementationDecl *ClassDecl) override;