Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp1719 ObjCMethodDecl *GetterMethod, in DiagnosePropertyAccessorMismatch() argument
1721 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()
1723 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch()
1738 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()
1739 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1753 << GetterMethod->getSelector(); in DiagnosePropertyAccessorMismatch()
1754 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
2190 ObjCMethodDecl *GetterMethod = nullptr; in AtomicPropertySetterGetterRules() local
2198 GetterMethod = Property->isClassProperty() ? in AtomicPropertySetterGetterRules()
2204 if (GetterMethod && GetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()
[all …]
DSemaDeclObjC.cpp4095 if (ObjCMethodDecl *GetterMethod = in ActOnAtEnd() local
4097 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1491 ObjCMethodDecl *GetterMethod, in DiagnosePropertyAccessorMismatch() argument
1493 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()
1495 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch()
1510 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()
1511 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1525 << GetterMethod->getSelector(); in DiagnosePropertyAccessorMismatch()
1526 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1957 ObjCMethodDecl *GetterMethod = nullptr; in AtomicPropertySetterGetterRules() local
1966 GetterMethod = Property->isClassProperty() ? in AtomicPropertySetterGetterRules()
1973 if (GetterMethod) { in AtomicPropertySetterGetterRules()
[all …]
DSemaDeclObjC.cpp3811 if (ObjCMethodDecl *GetterMethod in ActOnAtEnd() local
3813 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp189 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local
197 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()
/external/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp188 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local
196 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()