Searched refs:CImpl (Results 1 – 1 of 1) sorted by relevance
737 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() local740 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()741 : CImpl->ASPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()744 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace); in get()