Searched refs:CachedCompletionAllocator (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h313 return CachedCompletionAllocator;
325 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator; member in class:clang::ASTUnit
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp376 CachedCompletionAllocator = std::make_shared<GlobalCodeCompletionAllocator>();
377 CodeCompletionTUInfo CCTUInfo(CachedCompletionAllocator);
378 TheSema->GatherGlobalCodeCompletions(*CachedCompletionAllocator,
391 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
454 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
475 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
509 CachedCompletionAllocator = nullptr;

Completed in 107 milliseconds