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