Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp1390 ObjCMethodDecl *GetterMethod, in DiagnosePropertyAccessorMismatch() argument
1392 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()
1394 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch()
1408 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()
1409 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1423 << GetterMethod->getSelector(); in DiagnosePropertyAccessorMismatch()
1424 Diag(GetterMethod->getLocation(), diag::note_declared_at); in DiagnosePropertyAccessorMismatch()
1799 ObjCMethodDecl *GetterMethod = nullptr; in AtomicPropertySetterGetterRules() local
1808 GetterMethod = IMPDecl->getInstanceMethod(Property->getGetterName()); in AtomicPropertySetterGetterRules()
1811 if (GetterMethod) { in AtomicPropertySetterGetterRules()
[all …]
HDSemaDeclObjC.cpp3614 if (ObjCMethodDecl *GetterMethod in ActOnAtEnd() local
3616 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDDirectIvarAssignment.cpp189 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local
197 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()