Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1711 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()
2191 if (GetterMethod && GetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()
2195 if (GetterMethod) { in AtomicPropertySetterGetterRules()
2219 if (GetterMethod && GetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()
2225 (GetterMethod ? GetterMethod->getLocation() in AtomicPropertySetterGetterRules()
2387 if (!GetterMethod) in ProcessPropertyDecl()
2410 if (!GetterMethod) { in ProcessPropertyDecl()
2464 if (!GetterMethod) { in ProcessPropertyDecl()
2607 if (GetterMethod) in ProcessPropertyDecl()
2612 if (GetterMethod) in ProcessPropertyDecl()
[all …]
H A DSemaDeclObjC.cpp4110 if (ObjCMethodDecl *GetterMethod = in ActOnAtEnd() local
4112 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp189 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local
197 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()