Lines Matching defs:ObjCMethodDecl
1030 static ObjCMethodDecl *
1032 ObjCMethodDecl *AccessorDecl, SourceLocation AtLoc,
1034 ObjCMethodDecl *Decl = AccessorDecl;
1035 ObjCMethodDecl *ImplDecl = ObjCMethodDecl::Create(
1410 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) {
1416 ObjCMethodDecl *OMD = ClassImpDecl->getMethod(
1475 if (ObjCMethodDecl *setterMethod = property->getSetterMethodDecl()) {
1480 ObjCMethodDecl *OMD = ClassImpDecl->getMethod(
1506 ObjCMethodDecl::param_iterator P = setterMethod->param_begin();
1686 ObjCMethodDecl *GetterMethod,
1813 ObjCMethodDecl *Method,
1817 ObjCMethodDecl *IMD = IFace->lookupMethod(Method->getSelector(),
1886 ObjCMethodDecl *ImpMethod = IMPDecl->getInstanceMethod(Prop->getGetterName());
1976 llvm::SmallPtrSet<const ObjCMethodDecl *, 8> &SMap) {
1979 auto I = llvm::find_if(SMap, [&](const ObjCMethodDecl *x) {
2078 llvm::SmallPtrSet<const ObjCMethodDecl *, 8> InsMap;
2157 ObjCMethodDecl *GetterMethod = nullptr;
2158 ObjCMethodDecl *SetterMethod = nullptr;
2245 ObjCMethodDecl *IM = PID->getGetterMethodDecl();
2248 ObjCMethodDecl *method = PD->getGetterMethodDecl();
2308 SmallVector<const ObjCMethodDecl *, 8> DesignatedInits;
2310 for (SmallVector<const ObjCMethodDecl *, 8>::iterator
2312 const ObjCMethodDecl *MD = *I;
2339 static void AddPropertyAttrs(Sema &S, ObjCMethodDecl *PropertyMethod,
2356 ObjCMethodDecl *GetterMethod, *SetterMethod;
2466 GetterMethod = ObjCMethodDecl::Create(
2516 SetterMethod = ObjCMethodDecl::Create(