Searched refs:PImpl (Results 1 – 5 of 5) sorted by relevance
38 LazyValueInfoImpl *PImpl = nullptr; variable51 : AC(Arg.AC), DL(Arg.DL), PImpl(Arg.PImpl) { in LazyValueInfo()52 Arg.PImpl = nullptr; in LazyValueInfo()58 PImpl = Arg.PImpl;59 Arg.PImpl = nullptr;172 assert(!Info.PImpl && "releaseMemory not called");
68 : PImpl(new ValueProfileCollectorImpl(F, TLI)) {} in ValueProfileCollector()75 PImpl->get(Kind, Result); in get()
78 std::unique_ptr<ValueProfileCollectorImpl> PImpl; variable
1663 if (!PImpl) { in getOrCreateImpl()1668 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getOrCreateImpl()1670 return *static_cast<LazyValueInfoImpl *>(PImpl); in getOrCreateImpl()1674 if (!PImpl) in getImpl()1676 return static_cast<LazyValueInfoImpl *>(PImpl); in getImpl()1685 PImpl = nullptr; in releaseMemory()
2992 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods() local2994 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods()2997 const auto *P = PImpl->getPropertyDecl(); in ImplMethodsVsClassMethods()