Searched refs:GetterMethod (Results 1 – 6 of 6) sorted by relevance
1719 ObjCMethodDecl *GetterMethod, in DiagnosePropertyAccessorMismatch() argument1721 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()1723 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch()1738 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()1739 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()1753 << GetterMethod->getSelector(); in DiagnosePropertyAccessorMismatch()1754 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()2190 ObjCMethodDecl *GetterMethod = nullptr; in AtomicPropertySetterGetterRules() local2198 GetterMethod = Property->isClassProperty() ? in AtomicPropertySetterGetterRules()2204 if (GetterMethod && GetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()[all …]
4095 if (ObjCMethodDecl *GetterMethod = in ActOnAtEnd() local4097 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
1491 ObjCMethodDecl *GetterMethod, in DiagnosePropertyAccessorMismatch() argument1493 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()1495 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch()1510 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()1511 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()1525 << GetterMethod->getSelector(); in DiagnosePropertyAccessorMismatch()1526 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()1957 ObjCMethodDecl *GetterMethod = nullptr; in AtomicPropertySetterGetterRules() local1966 GetterMethod = Property->isClassProperty() ? in AtomicPropertySetterGetterRules()1973 if (GetterMethod) { in AtomicPropertySetterGetterRules()[all …]
3811 if (ObjCMethodDecl *GetterMethod in ActOnAtEnd() local3813 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
189 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local197 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()
188 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local196 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()