Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.cpp3677 ObjCMethodDecl *DTORMethod = in EmitObjCIvarInitializations() local
3683 D->addInstanceMethod(DTORMethod); in EmitObjCIvarInitializations()
3684 CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, DTORMethod, false); in EmitObjCIvarInitializations()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp5455 ObjCMethodDecl *DTORMethod = ObjCMethodDecl::Create( in EmitObjCIvarInitializations() local
5462 D->addInstanceMethod(DTORMethod); in EmitObjCIvarInitializations()
5463 CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, DTORMethod, false); in EmitObjCIvarInitializations()