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

/external/clang/lib/CodeGen/
H A DCGObjC.cpp704 void CodeGenFunction::GenerateObjCGetter(ObjCImplementationDecl *IMP, argument
711 StartObjCMethod(OMD, IMP->getClassInterface(), OMD->getLocStart());
713 generateObjCGetterBody(IMP, PID, AtomicHelperFn);
1212 void CodeGenFunction::GenerateObjCSetter(ObjCImplementationDecl *IMP, argument
1219 StartObjCMethod(OMD, IMP->getClassInterface(), OMD->getLocStart());
1221 generateObjCSetterBody(IMP, PID, AtomicHelperFn);
1293 void CodeGenFunction::GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, argument
1296 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface());
1297 StartObjCMethod(MD, IMP->getClassInterface(), MD->getLocStart());
1305 for (ObjCImplementationDecl::init_const_iterator B = IMP
[all...]

Completed in 208 milliseconds