Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1711 ObjCMethodDecl *GetterMethod, in DiagnosePropertyAccessorMismatch() argument
1713 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()
1715 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch()
1730 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()
1731 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1745 << GetterMethod->getSelector(); in DiagnosePropertyAccessorMismatch()
1746 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
2182 ObjCMethodDecl *GetterMethod = nullptr; in AtomicPropertySetterGetterRules() local
2190 GetterMethod = Property->isClassProperty() ? in AtomicPropertySetterGetterRules()
2196 if (GetterMethod && GetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()
[all …]
H A DSemaDeclObjC.cpp4095 if (ObjCMethodDecl *GetterMethod = in ActOnAtEnd() local
4097 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp189 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local
197 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()