Home
last modified time | relevance | path

Searched refs:GetterMethod (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1710 ObjCMethodDecl *GetterMethod, in DiagnosePropertyAccessorMismatch() argument
1712 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()
1714 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch()
1729 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()
1730 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1744 << GetterMethod->getSelector(); in DiagnosePropertyAccessorMismatch()
1745 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
2178 ObjCMethodDecl *GetterMethod = nullptr; in AtomicPropertySetterGetterRules() local
2186 GetterMethod = Property->isClassProperty() ? in AtomicPropertySetterGetterRules()
2192 if (GetterMethod && GetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()
[all …]
H A DSemaDeclObjC.cpp4111 if (ObjCMethodDecl *GetterMethod = in ActOnAtEnd() local
4113 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp189 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local
197 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()