Searched refs:AllocatorRef (Results 1 – 2 of 2) sorted by relevance
653 std::shared_ptr<GlobalCodeCompletionAllocator> AllocatorRef; variable658 : AllocatorRef(std::move(Allocator)) {} in CodeCompletionTUInfo()661 return AllocatorRef; in getAllocatorRef()665 assert(AllocatorRef); in getAllocator()666 return *AllocatorRef; in getAllocator()
424 CachedParentName = AllocatorRef->CopyString(OS.str()); in getParentName()