Searched refs:GetterMethod (Results 1 – 3 of 3) sorted by relevance
1658 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()2144 if (GetterMethod) { in AtomicPropertySetterGetterRules()2174 if ((GetterMethod && !SetterMethod) || (!GetterMethod && SetterMethod)) { in AtomicPropertySetterGetterRules()2176 (GetterMethod ? GetterMethod->getLocation() in AtomicPropertySetterGetterRules()2328 if (!GetterMethod) in ProcessPropertyDecl()2371 if (!GetterMethod) { in ProcessPropertyDecl()2411 GetterMethod->addAttr( in ProcessPropertyDecl()2415 GetterMethod->addAttr( in ProcessPropertyDecl()2507 if (GetterMethod) in ProcessPropertyDecl()2512 if (GetterMethod) in ProcessPropertyDecl()[all …]
3992 if (ObjCMethodDecl *GetterMethod in ActOnAtEnd() local3994 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
188 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local196 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()