Searched defs:GenerateClass (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp508 void GenerateClass(const ObjCImplementationDecl *ClassDecl) override;
2128 void CGObjCGNU::GenerateClass(const ObjCImplementationDecl *OID) { function in class:CGObjCGNU
H A DCGObjCMac.cpp1220 void GenerateClass(const ObjCImplementationDecl *ClassDecl) override;
1494 void GenerateClass(const ObjCImplementationDecl *ClassDecl) override;
3033 void CGObjCMac::GenerateClass(const ObjCImplementationDecl *ID) { function in class:CGObjCMac
5765 void CGObjCNonFragileABIMac::GenerateClass(const ObjCImplementationDecl *ID) { function in class:CGObjCNonFragileABIMac
5792 "CGObjCNonFragileABIMac::GenerateClass - class is 0");
6154 // FIXME. Consolidate this with similar code in GenerateClass.

Completed in 1419 milliseconds