Searched refs:CImpl (Results 1 – 1 of 1) sorted by relevance
641 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() local644 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()645 : CImpl->ASPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()648 Entry = new (CImpl->Alloc) PointerType(EltTy, AddressSpace); in get()