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