Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1476 ObjCMethodDecl *GetterMethod, in DiagnosePropertyAccessorMismatch() argument
1478 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()
1480 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch()
1493 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()
1494 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1508 << GetterMethod->getSelector(); in DiagnosePropertyAccessorMismatch()
1509 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1905 ObjCMethodDecl *GetterMethod = nullptr; in AtomicPropertySetterGetterRules() local
1914 GetterMethod = IMPDecl->getInstanceMethod(Property->getGetterName()); in AtomicPropertySetterGetterRules()
1917 if (GetterMethod) { in AtomicPropertySetterGetterRules()
[all …]
DSemaDeclObjC.cpp3662 if (ObjCMethodDecl *GetterMethod in ActOnAtEnd() local
3664 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
/external/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp189 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local
197 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()