Searched refs:ImpD (Results 1 – 7 of 7) sorted by relevance
61 ObjCImplementationDecl *ImpD; variable66 : MigrateCtx(MigrateCtx), ImpD(D) {} in ObjCImplementationContext()69 ObjCImplementationDecl *getImplementationDecl() { return ImpD; } in getImplementationDecl()
62 ObjCImplementationDecl *ImpD; variable67 : MigrateCtx(MigrateCtx), ImpD(D) {} in ObjCImplementationContext()70 ObjCImplementationDecl *getImplementationDecl() { return ImpD; } in getImplementationDecl()
677 auto ImpD = BuildMI(B, DefAt, DL, HII->get(TargetOpcode::IMPLICIT_DEF)) in split() local679 LIS->InsertMachineInstrInMaps(*ImpD); in split()680 LocalImpDefs.insert(&*ImpD); in split()1294 for (auto *ImpD : LocalImpDefs) in runOnMachineFunction() local1295 removeInstr(*ImpD); in runOnMachineFunction()
1194 if (const uint16_t *ImpD = In.getDesc().getImplicitDefs()) in buildStmt() local1195 while (uint16_t R = *ImpD++) in buildStmt()
753 const ObjCImplementationDecl *ImpD = IntD->getImplementation(); in createObjCPropertyGetter() local754 for (const auto *PI: ImpD->property_impls()) { in createObjCPropertyGetter()
2015 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) { in CreateTypeDefinition() local2017 ImpD->FindPropertyImplIvarDecl(Field->getIdentifier())) { in CreateTypeDefinition()
2748 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) { in CreateTypeDefinition() local2750 ImpD->FindPropertyImplIvarDecl(Field->getIdentifier())) { in CreateTypeDefinition()