Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1688 ObjCMethodDecl *GetterMethod, in DiagnosePropertyAccessorMismatch() argument
1691 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()
1693 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch()
1708 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()
1709 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1723 << GetterMethod->getSelector(); in DiagnosePropertyAccessorMismatch()
1724 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
2159 ObjCMethodDecl *GetterMethod = nullptr; in AtomicPropertySetterGetterRules() local
2167 GetterMethod = Property->isClassProperty() ? in AtomicPropertySetterGetterRules()
2173 if (GetterMethod && GetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()
[all …]
H A DSemaDeclObjC.cpp4116 if (ObjCMethodDecl *GetterMethod = in ActOnAtEnd() local
4118 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp189 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local
197 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()