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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp2491 ObjCMethodDecl *CTORMethod = ObjCMethodDecl::Create(getContext(), local
2502 D->addInstanceMethod(CTORMethod);
2503 CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, CTORMethod, true);

Completed in 63 milliseconds