Home
last modified time | relevance | path

Searched refs:ImpD (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/lib/ARCMigrate/
DTransforms.h61 ObjCImplementationDecl *ImpD; variable
66 : MigrateCtx(MigrateCtx), ImpD(D) {} in ObjCImplementationContext()
69 ObjCImplementationDecl *getImplementationDecl() { return ImpD; } in getImplementationDecl()
/external/clang/lib/ARCMigrate/
DTransforms.h62 ObjCImplementationDecl *ImpD; variable
67 : MigrateCtx(MigrateCtx), ImpD(D) {} in ObjCImplementationContext()
70 ObjCImplementationDecl *getImplementationDecl() { return ImpD; } in getImplementationDecl()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp677 auto ImpD = BuildMI(B, DefAt, DL, HII->get(TargetOpcode::IMPLICIT_DEF)) in split() local
679 LIS->InsertMachineInstrInMaps(*ImpD); in split()
680 LocalImpDefs.insert(&*ImpD); in split()
1294 for (auto *ImpD : LocalImpDefs) in runOnMachineFunction() local
1295 removeInstr(*ImpD); in runOnMachineFunction()
DRDFGraph.cpp1194 if (const uint16_t *ImpD = In.getDesc().getImplicitDefs()) in buildStmt() local
1195 while (uint16_t R = *ImpD++) in buildStmt()
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp753 const ObjCImplementationDecl *ImpD = IntD->getImplementation(); in createObjCPropertyGetter() local
754 for (const auto *PI: ImpD->property_impls()) { in createObjCPropertyGetter()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2015 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) { in CreateTypeDefinition() local
2017 ImpD->FindPropertyImplIvarDecl(Field->getIdentifier())) { in CreateTypeDefinition()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp2748 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) { in CreateTypeDefinition() local
2750 ImpD->FindPropertyImplIvarDecl(Field->getIdentifier())) { in CreateTypeDefinition()