Searched defs:propImpl (Results 1 – 2 of 2) sorted by relevance
917 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy()1061 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr()1136 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody()1437 const ObjCPropertyImplDecl *propImpl, in generateObjCSetterBody()
1900 for (auto *propImpl : OID->property_impls()) in GenerateClass() local