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

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

Completed in 52 milliseconds