Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h313 return CachedCompletionAllocator; in getCachedCompletionAllocator()
325 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
/external/clang/include/clang/Frontend/
DASTUnit.h368 return CachedCompletionAllocator; in getCachedCompletionAllocator()
381 CachedCompletionAllocator;
/external/clang/lib/Frontend/
DASTUnit.cpp350 CachedCompletionAllocator = new GlobalCodeCompletionAllocator; in CacheCodeCompletionResults()
351 CodeCompletionTUInfo CCTUInfo(CachedCompletionAllocator); in CacheCodeCompletionResults()
352 TheSema->GatherGlobalCodeCompletions(*CachedCompletionAllocator, in CacheCodeCompletionResults()
365 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
428 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
449 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
483 CachedCompletionAllocator = nullptr; in ClearCachedCompletionResults()
/external/llvm-project/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()
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp285 CachedCompletionAllocator; member
718 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator(); in clang_codeCompleteAt_Impl()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp279 CachedCompletionAllocator; member
772 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator(); in clang_codeCompleteAt_Impl()