Home
last modified time | relevance | path

Searched refs:CCAllocator (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp717 CCAllocator(std::make_shared<GlobalCodeCompletionAllocator>()), in CompletionRecorder()
718 CCTUInfo(CCAllocator), ResultsCallback(std::move(ResultsCallback)) { in CompletionRecorder()
786 CodeCompletionAllocator &getAllocator() override { return *CCAllocator; } in getAllocator()
813 *CCSema, CCContext, *CCAllocator, CCTUInfo, in codeCompletionString()
819 std::shared_ptr<GlobalCodeCompletionAllocator> CCAllocator; member