Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h313 return CachedCompletionAllocator; in getCachedCompletionAllocator()
325 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp377 CachedCompletionAllocator = std::make_shared<GlobalCodeCompletionAllocator>(); in CacheCodeCompletionResults()
378 CodeCompletionTUInfo CCTUInfo(CachedCompletionAllocator); in CacheCodeCompletionResults()
379 TheSema->GatherGlobalCodeCompletions(*CachedCompletionAllocator, in CacheCodeCompletionResults()
392 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
455 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
476 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
510 CachedCompletionAllocator = nullptr; in ClearCachedCompletionResults()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp279 CachedCompletionAllocator; member
772 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator(); in clang_codeCompleteAt_Impl()