Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2169 ObjCMethodDecl *SetterMethod = nullptr; in AtomicPropertySetterGetterRules() local
2179 SetterMethod = Property->isClassProperty() ? in AtomicPropertySetterGetterRules()
2184 if (SetterMethod && SetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()
2185 SetterMethod = nullptr; in AtomicPropertySetterGetterRules()
2192 if (SetterMethod) { in AtomicPropertySetterGetterRules()
2193 Diag(SetterMethod->getLocation(), in AtomicPropertySetterGetterRules()
2209 SetterMethod = PIDecl->getSetterMethodDecl(); in AtomicPropertySetterGetterRules()
2212 if (SetterMethod && SetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()
2213 SetterMethod = nullptr; in AtomicPropertySetterGetterRules()
2214 if ((bool)GetterMethod ^ (bool)SetterMethod) { in AtomicPropertySetterGetterRules()
[all …]
H A DSemaDeclObjC.cpp4122 if (ObjCMethodDecl *SetterMethod in ActOnAtEnd() local
4124 SetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp191 ObjCMethodDecl *SetterMethod = in VisitBinaryOperator() local
194 if (SetterMethod && SetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()