Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp6207 ObjCMethodDecl *CTORMethod = ObjCMethodDecl::Create( in EmitObjCIvarInitializations() local
6214 D->addInstanceMethod(CTORMethod); in EmitObjCIvarInitializations()
6215 CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, CTORMethod, true); in EmitObjCIvarInitializations()