Searched refs:CImpl (Results 1 – 3 of 3) sorted by relevance
663 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() local666 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()667 : CImpl->ASPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()670 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace); in get()
678 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() local681 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()682 : CImpl->ASPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()685 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace); in get()
627 class CImpl : public C { class629 CImpl(bool* d_called, InterfaceRequest<C> request, in CImpl() function in mojo::test::__anonab43b1a50111::CImpl633 ~CImpl() override {} in ~CImpl()656 new CImpl(d_called_, std::move(c), closure_); in GetC()