Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1336 ObjCMethodDecl *GetterMethod, in DiagnosePropertyAccessorMismatch() argument
1338 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()
1340 QualType GetterType = GetterMethod->getResultType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch()
1354 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()
1355 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1369 << GetterMethod->getSelector(); in DiagnosePropertyAccessorMismatch()
1370 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1740 ObjCMethodDecl *GetterMethod = 0; in AtomicPropertySetterGetterRules() local
1749 GetterMethod = IMPDecl->getInstanceMethod(Property->getGetterName()); in AtomicPropertySetterGetterRules()
1752 if (GetterMethod) { in AtomicPropertySetterGetterRules()
[all …]
DSemaDeclObjC.cpp2436 if (ObjCMethodDecl *GetterMethod in ActOnAtEnd() local
2438 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
/external/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp202 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local
210 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()