Searched refs:CompletionAllocator (Results 1 – 2 of 2) sorted by relevance
205 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()
156 std::shared_ptr<GlobalCodeCompletionAllocator> CompletionAllocator; variable