Searched refs:CompletionAllocator (Results 1 – 2 of 2) sorted by relevance
461 CompletionAllocator = std::make_shared<GlobalCodeCompletionAllocator>(); in initialize()463 std::make_unique<CodeCompletionTUInfo>(CompletionAllocator); in initialize()526 assert(CompletionAllocator && CompletionTUInfo); in handleDeclOccurrence()764 *PP, *CompletionAllocator, *CompletionTUInfo); in handleMacroOccurrence()912 *ASTCtx, *PP, CodeCompletionContext::CCC_Symbol, *CompletionAllocator, in addDeclaration()
168 std::shared_ptr<GlobalCodeCompletionAllocator> CompletionAllocator; variable