Home
last modified time | relevance | path

Searched refs:GenerateObjCCtorDtorMethod (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp6027 CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, DTORMethod, false); in EmitObjCIvarInitializations()
6048 CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, CTORMethod, true); in EmitObjCIvarInitializations()
H A DCGObjC.cpp1662 void CodeGenFunction::GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, in GenerateObjCCtorDtorMethod() function in CodeGenFunction
H A DCodeGenFunction.h2111 void GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP,