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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h153 virtual void GenerateClass(const ObjCImplementationDecl *OID) = 0;
H A DCGObjCGNU.cpp615 void GenerateClass(const ObjCImplementationDecl *ClassDecl) override;
1702 void GenerateClass(const ObjCImplementationDecl *OID) override {
3396 void CGObjCGNU::GenerateClass(const ObjCImplementationDecl *OID) { function in class:CGObjCGNU
4087 // the definition being created as part of GenerateClass.
H A DCGObjCMac.cpp1354 void GenerateClass(const ObjCImplementationDecl *ClassDecl) override;
1644 void GenerateClass(const ObjCImplementationDecl *ClassDecl) override;
3549 void CGObjCMac::GenerateClass(const ObjCImplementationDecl *ID) { function in class:CGObjCMac
6535 void CGObjCNonFragileABIMac::GenerateClass(const ObjCImplementationDecl *ID) { function in class:CGObjCNonFragileABIMac
6565 assert(CI && "CGObjCNonFragileABIMac::GenerateClass - class is 0");
6980 // FIXME. Consolidate this with similar code in GenerateClass.
H A DCodeGenModule.cpp5445 ObjCRuntime->GenerateClass(OMD);

Completed in 140 milliseconds