Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp923 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()
1059 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()
1136 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1145 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1153 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()
1161 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1173 PropertyImplStrategy strategy(CGM, propImpl); in generateObjCGetterBody()
1431 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCSetterBody()
1454 if (!hasTrivialSetExpr(propImpl)) { in generateObjCSetterBody()
1457 EmitStmt(propImpl->getSetterCXXAssignment()); in generateObjCSetterBody()
[all …]
H A DCGObjCGNU.cpp1910 for (auto *propImpl : OID->property_impls()) in GenerateClass() local
1911 if (propImpl->getPropertyImplementation() == in GenerateClass()
1917 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
1918 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
H A DCodeGenFunction.h2171 const ObjCPropertyImplDecl *propImpl,
2183 const ObjCPropertyImplDecl *propImpl,