Searched refs:CImpl (Results 1 – 4 of 4) sorted by relevance
621 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() local624 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()625 : CImpl->ASPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()628 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace); in get()
663 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() local666 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()667 : CImpl->ASPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()670 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace); in get()
678 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() local681 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()682 : CImpl->ASPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()685 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace); in get()
632 class CImpl : public C { class634 CImpl(bool* d_called, const base::Closure& closure) in CImpl() function in mojo::test::__anon2de557fa0111::CImpl636 ~CImpl() override {} in ~CImpl()656 MakeStrongBinding(std::make_unique<CImpl>(d_called_, closure_), in GetC()