Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6636 CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, DTORMethod, false); in EmitObjCIvarInitializations()
6657 CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, CTORMethod, true); in EmitObjCIvarInitializations()
H A DCGObjC.cpp1704 void CodeGenFunction::GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, in GenerateObjCCtorDtorMethod() function in CodeGenFunction
H A DCodeGenFunction.h2175 void GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP,