Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Frontend/
DASTUnit.h312 return CachedCompletionAllocator; in getCachedCompletionAllocator()
324 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
/openbsd/src/gnu/llvm/clang/lib/Frontend/
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()
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCIndexCodeCompletion.cpp279 CachedCompletionAllocator; member
774 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator(); in clang_codeCompleteAt_Impl()