Lines Matching refs:ObjCMethodDecl
57 typedef llvm::SmallSetVector<const ObjCMethodDecl*, 2> MethodSet;
58 typedef llvm::DenseMap<const ObjCMethodDecl*,
73 void addInvalidationMethod(const ObjCMethodDecl *MD) { in addInvalidationMethod()
81 bool hasMethod(const ObjCMethodDecl *MD) { in hasMethod()
117 const ObjCMethodDecl *InvalidationMethod;
211 const ObjCMethodDecl *MethodD) const;
227 static bool isInvalidationMethod(const ObjCMethodDecl *M, bool LookForPartial) { in isInvalidationMethod()
252 cast<ObjCMethodDecl>(MDI->getCanonicalDecl())); in containsInvalidationMethod()
403 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl(); in visit()
409 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit()
430 const ObjCMethodDecl *InterfD = *I; in visit()
433 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(), in visit()
482 const ObjCMethodDecl *InterfD = *I; in visit()
485 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(), in visit()
555 const ObjCMethodDecl *MethodD) const { in reportIvarNeedsInvalidation()
607 const ObjCMethodDecl *MD = ME->getMethodDecl(); in checkObjCMessageExpr()
631 const ObjCMethodDecl *MD = PA->getImplicitPropertySetter(); in checkObjCPropertyRefExpr()
693 const ObjCMethodDecl *MD = ME->getMethodDecl(); in VisitObjCMessageExpr()