Searched refs:GetterMethod (Results 1 – 3 of 3) sorted by relevance
1686 ObjCMethodDecl *GetterMethod,1689 if (!GetterMethod) in DiagnosePropertyAccessorMismatch() 1691 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() 1706 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch() 1707 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch() 1721 << GetterMethod->getSelector(); in DiagnosePropertyAccessorMismatch() 1722 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch() 2157 ObjCMethodDecl *GetterMethod = nullptr; in AtomicPropertySetterGetterRules() 2165 GetterMethod = Property->isClassProperty() ? in AtomicPropertySetterGetterRules() 2171 if (GetterMethod in AtomicPropertySetterGetterRules() 1688 DiagnosePropertyAccessorMismatch(ObjCPropertyDecl * property,ObjCMethodDecl * GetterMethod,SourceLocation Loc) DiagnosePropertyAccessorMismatch() argument 2159 ObjCMethodDecl *GetterMethod = nullptr; AtomicPropertySetterGetterRules() local 2358 ObjCMethodDecl *GetterMethod, *SetterMethod; ProcessPropertyDecl() local [all...]
4109 if (ObjCMethodDecl *GetterMethod = in ActOnAtEnd() 4111 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd() 4116 if (ObjCMethodDecl *GetterMethod = ActOnAtEnd() local
189 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local197 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()