Searched refs:CImpl (Results 1 – 2 of 2) sorted by relevance
21 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() local25 CImpl->ASTypedPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()28 Entry = new (CImpl->Alloc) TypedPointerType(EltTy, AddressSpace); in get()
744 LLVMContextImpl *CImpl = C.pImpl; in get() local747 PointerType *&Entry = AddressSpace == 0 ? CImpl->AS0PointerType in get()748 : CImpl->PointerTypes[AddressSpace]; in get()751 Entry = new (CImpl->Alloc) PointerType(C, AddressSpace); in get()