Lines Matching refs:ObjCMethodDecl
56 typedef llvm::SmallSetVector<const ObjCMethodDecl*, 2> MethodSet;
57 typedef llvm::DenseMap<const ObjCMethodDecl*,
72 void addInvalidationMethod(const ObjCMethodDecl *MD) { in addInvalidationMethod()
80 bool hasMethod(const ObjCMethodDecl *MD) { in hasMethod()
116 const ObjCMethodDecl *InvalidationMethod;
210 const ObjCMethodDecl *MethodD) const;
226 static bool isInvalidationMethod(const ObjCMethodDecl *M, bool LookForPartial) { in isInvalidationMethod()
251 cast<ObjCMethodDecl>(MDI->getCanonicalDecl())); in containsInvalidationMethod()
402 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl(); in visit()
408 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit()
429 const ObjCMethodDecl *InterfD = *I; in visit()
432 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(), in visit()
481 const ObjCMethodDecl *InterfD = *I; in visit()
484 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(), in visit()
554 const ObjCMethodDecl *MethodD) const { in reportIvarNeedsInvalidation()
606 const ObjCMethodDecl *MD = ME->getMethodDecl(); in checkObjCMessageExpr()
630 const ObjCMethodDecl *MD = PA->getImplicitPropertySetter(); in checkObjCPropertyRefExpr()
692 const ObjCMethodDecl *MD = ME->getMethodDecl(); in VisitObjCMessageExpr()