Searched refs:PImpl (Results 1 – 3 of 3) sorted by relevance
38 void *PImpl = nullptr; variable48 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) { in LazyValueInfo()49 Arg.PImpl = nullptr; in LazyValueInfo()57 PImpl = Arg.PImpl;58 Arg.PImpl = nullptr;152 assert(!Info.PImpl && "releaseMemory not called");
1472 if (!PImpl) { in getImpl()1488 if (Info.PImpl) in runOnFunction()1507 if (PImpl) { in releaseMemory()1508 delete &getImpl(PImpl, AC, nullptr); in releaseMemory()1509 PImpl = nullptr; in releaseMemory()1808 if (PImpl) { in threadEdge()1815 if (PImpl) { in eraseBlock()1823 if (PImpl) { in printLVI()1829 if (PImpl) in disableDT()1834 if (PImpl) in enableDT()[all …]
2948 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods() local2950 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods()2953 const auto *P = PImpl->getPropertyDecl(); in ImplMethodsVsClassMethods()