Searched refs:GetterMethod (Results 1 – 3 of 3) sorted by relevance
1378 ObjCMethodDecl *GetterMethod, in DiagnosePropertyAccessorMismatch() argument1380 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()1382 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch()1396 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()1397 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()1411 << GetterMethod->getSelector(); in DiagnosePropertyAccessorMismatch()1412 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()1756 ObjCMethodDecl *GetterMethod = nullptr; in AtomicPropertySetterGetterRules() local1765 GetterMethod = IMPDecl->getInstanceMethod(Property->getGetterName()); in AtomicPropertySetterGetterRules()1768 if (GetterMethod) { in AtomicPropertySetterGetterRules()[all …]
2658 if (ObjCMethodDecl *GetterMethod in ActOnAtEnd() local2660 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
189 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local197 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()