Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp1712 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()
2195 if (GetterMethod && GetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()
2199 if (GetterMethod) { in AtomicPropertySetterGetterRules()
2223 if (GetterMethod && GetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()
2229 (GetterMethod ? GetterMethod->getLocation() in AtomicPropertySetterGetterRules()
2391 if (!GetterMethod) in ProcessPropertyDecl()
2414 if (!GetterMethod) { in ProcessPropertyDecl()
2468 if (!GetterMethod) { in ProcessPropertyDecl()
2615 if (GetterMethod) in ProcessPropertyDecl()
2620 if (GetterMethod) in ProcessPropertyDecl()
[all …]
H A DSemaDeclObjC.cpp4103 if (ObjCMethodDecl *GetterMethod = in ActOnAtEnd() local
4105 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp189 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local
197 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()