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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp467 virtual void GenerateClass(const ObjCImplementationDecl *ClassDecl);
1942 void CGObjCGNU::GenerateClass(const ObjCImplementationDecl *OID) { function in class:CGObjCGNU
H A DCGObjCMac.cpp1116 virtual void GenerateClass(const ObjCImplementationDecl *ClassDecl);
1373 virtual void GenerateClass(const ObjCImplementationDecl *ClassDecl);
2371 void CGObjCMac::GenerateClass(const ObjCImplementationDecl *ID) { function in class:CGObjCMac
5104 void CGObjCNonFragileABIMac::GenerateClass(const ObjCImplementationDecl *ID) { function in class:CGObjCNonFragileABIMac
5124 "CGObjCNonFragileABIMac::GenerateClass - class is 0");
5465 // FIXME. Consolidate this with similar code in GenerateClass.

Completed in 250 milliseconds