Home
last modified time | relevance | path

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

/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/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp188 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local
196 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()