Home
last modified time | relevance | path

Searched refs:GenerateClass (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.h157 virtual void GenerateClass(const ObjCImplementationDecl *OID) = 0;
H A DCGObjCGNU.cpp605 void GenerateClass(const ObjCImplementationDecl *ClassDecl) override;
1701 void GenerateClass(const ObjCImplementationDecl *OID) override { in GenerateClass() function in __anon269d57310111::CGObjCGNUstep2
3401 void CGObjCGNU::GenerateClass(const ObjCImplementationDecl *OID) { in GenerateClass() function in CGObjCGNU
H A DCGObjCMac.cpp1349 void GenerateClass(const ObjCImplementationDecl *ClassDecl) override;
1639 void GenerateClass(const ObjCImplementationDecl *ClassDecl) override;
3567 void CGObjCMac::GenerateClass(const ObjCImplementationDecl *ID) { in GenerateClass() function in CGObjCMac
6538 void CGObjCNonFragileABIMac::GenerateClass(const ObjCImplementationDecl *ID) { in GenerateClass() function in CGObjCNonFragileABIMac
H A DCodeGenModule.cpp5779 ObjCRuntime->GenerateClass(OMD); in EmitTopLevelDecl()