Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1658 if (!GetterMethod) in DiagnosePropertyAccessorMismatch()
2144 if (GetterMethod) { in AtomicPropertySetterGetterRules()
2174 if ((GetterMethod && !SetterMethod) || (!GetterMethod && SetterMethod)) { in AtomicPropertySetterGetterRules()
2176 (GetterMethod ? GetterMethod->getLocation() in AtomicPropertySetterGetterRules()
2328 if (!GetterMethod) in ProcessPropertyDecl()
2371 if (!GetterMethod) { in ProcessPropertyDecl()
2411 GetterMethod->addAttr( in ProcessPropertyDecl()
2415 GetterMethod->addAttr( in ProcessPropertyDecl()
2507 if (GetterMethod) in ProcessPropertyDecl()
2512 if (GetterMethod) in ProcessPropertyDecl()
[all …]
H A DSemaDeclObjC.cpp3992 if (ObjCMethodDecl *GetterMethod in ActOnAtEnd() local
3994 GetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp188 ObjCMethodDecl *GetterMethod = in VisitBinaryOperator() local
196 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()