reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2329 GetterMethod = IsClassProperty ? 2335 if (!GetterMethod) 2338 GetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> 2353 DiagnosePropertyAccessorMismatch(property, GetterMethod, 2378 if (!GetterMethod) { 2399 GetterMethod = ObjCMethodDecl::Create(Context, Loc, Loc, 2409 CD->addDecl(GetterMethod); 2411 AddPropertyAttrs(*this, GetterMethod, property); 2414 GetterMethod->addAttr(NSReturnsNotRetainedAttr::CreateImplicit(Context, 2418 GetterMethod->addAttr( 2422 GetterMethod->addAttr(SectionAttr::CreateImplicit( 2427 CheckARCMethodDecl(GetterMethod); 2431 GetterMethod->setPropertyAccessor(true); 2432 property->setGetterMethodDecl(GetterMethod); 2514 if (GetterMethod) 2515 AddInstanceMethodToGlobalPool(GetterMethod); 2519 if (GetterMethod) 2520 AddFactoryMethodToGlobalPool(GetterMethod); 2532 if (GetterMethod) 2533 CheckObjCMethodOverrides(GetterMethod, CurrentClass, Sema::RTC_Unknown);