Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp902 const ObjCPropertyImplDecl *propImpl);
917 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() argument
918 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()
926 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()
1061 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() argument
1062 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()
1136 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody() argument
1140 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1149 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1157 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()
[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.h2109 const ObjCPropertyImplDecl *propImpl,
2121 const ObjCPropertyImplDecl *propImpl,