Home
last modified time | relevance | path

Searched refs:CTORMethod (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenModule.cpp3697 ObjCMethodDecl *CTORMethod = ObjCMethodDecl::Create(getContext(), in EmitObjCIvarInitializations() local
3708 D->addInstanceMethod(CTORMethod); in EmitObjCIvarInitializations()
3709 CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, CTORMethod, true); in EmitObjCIvarInitializations()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp5476 ObjCMethodDecl *CTORMethod = ObjCMethodDecl::Create( in EmitObjCIvarInitializations() local
5483 D->addInstanceMethod(CTORMethod); in EmitObjCIvarInitializations()
5484 CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, CTORMethod, true); in EmitObjCIvarInitializations()