Searched refs:ImpD (Results 1 – 3 of 3) sorted by relevance
61 ObjCImplementationDecl *ImpD; variable66 : MigrateCtx(MigrateCtx), ImpD(D) {} in ObjCImplementationContext()69 ObjCImplementationDecl *getImplementationDecl() { return ImpD; } in getImplementationDecl()
754 const ObjCImplementationDecl *ImpD = IntD->getImplementation(); in createObjCPropertyGetter() local755 for (const auto *PI : ImpD->property_impls()) { in createObjCPropertyGetter()
2824 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) { in CreateTypeDefinition() local2826 ImpD->FindPropertyImplIvarDecl(Field->getIdentifier())) { in CreateTypeDefinition()