Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp914 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()
922 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()
1058 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()
1117 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()
1125 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1136 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1139 PropertyImplStrategy strategy(CGM, propImpl); in generateObjCGetterBody()
1404 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCSetterBody()
1409 if (!hasTrivialSetExpr(propImpl)) { in generateObjCSetterBody()
1412 EmitStmt(propImpl->getSetterCXXAssignment()); in generateObjCSetterBody()
[all …]
H A DCGObjCGNU.cpp1897 for (auto *propImpl : OID->property_impls()) in GenerateClass() local
1898 if (propImpl->getPropertyImplementation() == in GenerateClass()
1904 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
1905 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
H A DCodeGenFunction.h2049 const ObjCPropertyImplDecl *propImpl,
2061 const ObjCPropertyImplDecl *propImpl,