Searched refs:AllocatorRef (Results 1 – 2 of 2) sorted by relevance
647 std::shared_ptr<GlobalCodeCompletionAllocator> AllocatorRef; variable652 : AllocatorRef(std::move(Allocator)) {} in CodeCompletionTUInfo()655 return AllocatorRef; in getAllocatorRef()659 assert(AllocatorRef); in getAllocator()660 return *AllocatorRef; in getAllocator()
413 CachedParentName = AllocatorRef->CopyString(OS.str()); in getParentName()