Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.cpp205 CompletionAllocator = std::make_shared<GlobalCodeCompletionAllocator>(); in initialize()
207 std::make_unique<CodeCompletionTUInfo>(CompletionAllocator); in initialize()
261 assert(CompletionAllocator && CompletionTUInfo); in handleDeclOccurrence()
477 *PP, *CompletionAllocator, *CompletionTUInfo); in handleMacroOccurrence()
684 *ASTCtx, *PP, CodeCompletionContext::CCC_Symbol, *CompletionAllocator, in addDeclaration()
DSymbolCollector.h156 std::shared_ptr<GlobalCodeCompletionAllocator> CompletionAllocator; variable