Searched refs:GetterMethod (Results 1 – 3 of 3) sorted by relevance
1336 ObjCMethodDecl *GetterMethod, in DiagnosePropertyAccessorMismatch() argument1338 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()1340 QualType GetterType = GetterMethod->getResultType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch()1354 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()1355 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()1369 << GetterMethod->getSelector(); in DiagnosePropertyAccessorMismatch()1370 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()1740 ObjCMethodDecl *GetterMethod = 0; in AtomicPropertySetterGetterRules() local1749 GetterMethod = IMPDecl->getInstanceMethod(Property->getGetterName()); in AtomicPropertySetterGetterRules()1752 if (GetterMethod) { in AtomicPropertySetterGetterRules()[all …]
2436 if (ObjCMethodDecl *GetterMethod in ActOnAtEnd() local2438 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
202 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local210 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()