Lines Matching refs:ObjCMethodDecl
59 typedef llvm::SmallSetVector<const ObjCMethodDecl*, 2> MethodSet;
60 typedef llvm::DenseMap<const ObjCMethodDecl*,
76 void addInvalidationMethod(const ObjCMethodDecl *MD) { in addInvalidationMethod()
84 bool hasMethod(const ObjCMethodDecl *MD) { in hasMethod()
120 const ObjCMethodDecl *InvalidationMethod;
213 const ObjCMethodDecl *MethodD) const;
229 static bool isInvalidationMethod(const ObjCMethodDecl *M, bool LookForPartial) { in isInvalidationMethod()
254 cast<ObjCMethodDecl>(MDI->getCanonicalDecl())); in containsInvalidationMethod()
405 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl(); in visit()
407 SetterD = cast<ObjCMethodDecl>(SetterD->getCanonicalDecl()); in visit()
411 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit()
413 GetterD = cast<ObjCMethodDecl>(GetterD->getCanonicalDecl()); in visit()
432 const ObjCMethodDecl *InterfD = *I; in visit()
435 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(), in visit()
484 const ObjCMethodDecl *InterfD = *I; in visit()
487 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(), in visit()
557 const ObjCMethodDecl *MethodD) const { in reportIvarNeedsInvalidation()
610 const ObjCMethodDecl *MD = ME->getMethodDecl(); in checkObjCMessageExpr()
612 MD = cast<ObjCMethodDecl>(MD->getCanonicalDecl()); in checkObjCMessageExpr()
634 const ObjCMethodDecl *MD = PA->getImplicitPropertySetter(); in checkObjCPropertyRefExpr()
636 MD = cast<ObjCMethodDecl>(MD->getCanonicalDecl()); in checkObjCPropertyRefExpr()
696 const ObjCMethodDecl *MD = ME->getMethodDecl(); in VisitObjCMessageExpr()
708 MD = cast<ObjCMethodDecl>(MD->getCanonicalDecl()); in VisitObjCMessageExpr()