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

/external/clang/lib/CodeGen/
H A DCGObjC.cpp714 void CodeGenFunction::GenerateObjCGetter(ObjCImplementationDecl *IMP, argument
721 StartObjCMethod(OMD, IMP->getClassInterface(), OMD->getLocStart());
723 generateObjCGetterBody(IMP, PID, OMD, AtomicHelperFn);
1229 void CodeGenFunction::GenerateObjCSetter(ObjCImplementationDecl *IMP, argument
1236 StartObjCMethod(OMD, IMP->getClassInterface(), OMD->getLocStart());
1238 generateObjCSetterBody(IMP, PID, AtomicHelperFn);
1310 void CodeGenFunction::GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, argument
1313 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface());
1314 StartObjCMethod(MD, IMP->getClassInterface(), MD->getLocStart());
1322 for (ObjCImplementationDecl::init_const_iterator B = IMP
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp856 static bool mustSynthesizeSetterGetterMethod(ObjCImplementationDecl *IMP, argument
859 return getter ? !IMP->getInstanceMethod(PD->getGetterName())
860 : !IMP->getInstanceMethod(PD->getSetterName());
6088 /// IMP *vtable;
6103 /// IMP messenger;

Completed in 103 milliseconds