Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:GenerateClass

1220   void GenerateClass(const ObjCImplementationDecl *ClassDecl) override;
1494 void GenerateClass(const ObjCImplementationDecl *ClassDecl) override;
3033 void CGObjCMac::GenerateClass(const ObjCImplementationDecl *ID) {
5765 void CGObjCNonFragileABIMac::GenerateClass(const ObjCImplementationDecl *ID) {
5792 "CGObjCNonFragileABIMac::GenerateClass - class is 0");
6154 // FIXME. Consolidate this with similar code in GenerateClass.