Searched refs:GetterMethod (Results 1 – 3 of 3) sorted by relevance
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()
188 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local196 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()