Searched defs:propImpl (Results 1 – 3 of 3) sorted by relevance
666 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy()809 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr()864 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody()1146 const ObjCPropertyImplDecl *propImpl, in generateObjCSetterBody()
912 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy()1055 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr()1111 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody()1400 const ObjCPropertyImplDecl *propImpl, in generateObjCSetterBody()
1890 for (auto *propImpl : OID->property_impls()) in GenerateClass() local