Lines Matching refs:ObjCMethodDecl
1032 static ObjCMethodDecl *
1034 ObjCMethodDecl *AccessorDecl, SourceLocation AtLoc, in RedeclarePropertyAccessor()
1036 ObjCMethodDecl *Decl = AccessorDecl; in RedeclarePropertyAccessor()
1037 ObjCMethodDecl *ImplDecl = ObjCMethodDecl::Create( in RedeclarePropertyAccessor()
1412 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl()
1418 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl()
1477 if (ObjCMethodDecl *setterMethod = property->getSetterMethodDecl()) { in ActOnPropertyImplDecl()
1482 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl()
1508 ObjCMethodDecl::param_iterator P = setterMethod->param_begin(); in ActOnPropertyImplDecl()
1688 ObjCMethodDecl *GetterMethod, in DiagnosePropertyAccessorMismatch()
1815 ObjCMethodDecl *Method, in IvarBacksCurrentMethodAccessor()
1819 ObjCMethodDecl *IMD = IFace->lookupMethod(Method->getSelector(), in IvarBacksCurrentMethodAccessor()
1888 ObjCMethodDecl *ImpMethod = IMPDecl->getInstanceMethod(Prop->getGetterName()); in DefaultSynthesizeProperties()
1978 llvm::SmallPtrSet<const ObjCMethodDecl *, 8> &SMap) { in DiagnoseUnimplementedAccessor() argument
1981 auto I = llvm::find_if(SMap, [&](const ObjCMethodDecl *x) { in DiagnoseUnimplementedAccessor()
2080 llvm::SmallPtrSet<const ObjCMethodDecl *, 8> InsMap; in DiagnoseUnimplementedProperties()
2159 ObjCMethodDecl *GetterMethod = nullptr; in AtomicPropertySetterGetterRules()
2160 ObjCMethodDecl *SetterMethod = nullptr; in AtomicPropertySetterGetterRules()
2247 ObjCMethodDecl *IM = PID->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
2250 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
2310 SmallVector<const ObjCMethodDecl *, 8> DesignatedInits; in DiagnoseMissingDesignatedInitOverrides()
2312 for (SmallVector<const ObjCMethodDecl *, 8>::iterator in DiagnoseMissingDesignatedInitOverrides()
2314 const ObjCMethodDecl *MD = *I; in DiagnoseMissingDesignatedInitOverrides()
2341 static void AddPropertyAttrs(Sema &S, ObjCMethodDecl *PropertyMethod, in AddPropertyAttrs()
2358 ObjCMethodDecl *GetterMethod, *SetterMethod; in ProcessPropertyDecl()
2468 GetterMethod = ObjCMethodDecl::Create( in ProcessPropertyDecl()
2518 SetterMethod = ObjCMethodDecl::Create( in ProcessPropertyDecl()