Home
last modified time | relevance | path

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

/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/clang/lib/CodeGen/
DCGDebugInfo.cpp2015 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) { in CreateTypeDefinition() local
2017 ImpD->FindPropertyImplIvarDecl(Field->getIdentifier())) { in CreateTypeDefinition()