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