Home | History | Annotate | Download | only in Checkers

Lines Matching refs:ObjCInterfaceDecl

464   ObjCSummaryKey(const ObjCInterfaceDecl *d, Selector s)
510 const RetainSummary * find(const ObjCInterfaceDecl *D, Selector S) {
523 // we cache summaries for the null ObjCInterfaceDecl* to allow us to
527 for (ObjCInterfaceDecl *C=D->getSuperClass() ;; C=C->getSuperClass()) {
752 const RetainSummary *getMethodSummary(Selector S, const ObjCInterfaceDecl *ID,
762 const ObjCInterfaceDecl *Class = M.getReceiverInterface();
771 const ObjCInterfaceDecl *ID = MD->getClassInterface();
1460 const ObjCInterfaceDecl *ReceiverClass = 0;
1492 RetainSummaryManager::getMethodSummary(Selector S, const ObjCInterfaceDecl *ID,
1885 const ObjCInterfaceDecl *BoxClass = 0;
2800 // id, id<...>, or Class. If we have an ObjCInterfaceDecl, we know this
2803 const ObjCInterfaceDecl *D = ME->getReceiverInterface();