Searched refs:GetterMethod (Results 1 – 3 of 3) sorted by relevance
1698 ObjCMethodDecl *GetterMethod, in DiagnosePropertyAccessorMismatch() argument1701 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()1703 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch()1719 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()1720 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()1734 << GetterMethod->getSelector(); in DiagnosePropertyAccessorMismatch()1735 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()2168 ObjCMethodDecl *GetterMethod = nullptr; in AtomicPropertySetterGetterRules() local2176 GetterMethod = Property->isClassProperty() ? in AtomicPropertySetterGetterRules()2182 if (GetterMethod && GetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()[all …]
4118 if (ObjCMethodDecl *GetterMethod = in ActOnAtEnd() local4120 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
189 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local197 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()