Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.cpp2844 CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, DTORMethod, false); in EmitObjCIvarInitializations()
2868 CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, CTORMethod, true); in EmitObjCIvarInitializations()
HDCodeGenFunction.h1072 void GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP,
HDCGObjC.cpp1348 void CodeGenFunction::GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, in GenerateObjCCtorDtorMethod() function in CodeGenFunction