Searched refs:CImpl (Results 1 – 2 of 2) sorted by relevance
21 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() local24 CImpl->ASTypedPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()27 Entry = new (CImpl->Alloc) TypedPointerType(EltTy, AddressSpace); in get()
858 LLVMContextImpl *CImpl = C.pImpl; in get() local861 PointerType *&Entry = AddressSpace == 0 ? CImpl->AS0PointerType in get()862 : CImpl->PointerTypes[AddressSpace]; in get()865 Entry = new (CImpl->Alloc) PointerType(C, AddressSpace); in get()