Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp916 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()
924 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()
1060 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()
1119 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()
1127 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1138 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1141 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.cpp1900 for (auto *propImpl : OID->property_impls()) in GenerateClass() local
1901 if (propImpl->getPropertyImplementation() == in GenerateClass()
1907 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
1908 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
H A DCodeGenFunction.h2107 const ObjCPropertyImplDecl *propImpl,
2119 const ObjCPropertyImplDecl *propImpl,