Searched refs:CachedCompletionAllocator (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/include/clang/Frontend/ |
D | ASTUnit.h | 313 return CachedCompletionAllocator; in getCachedCompletionAllocator() 325 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
|
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 368 return CachedCompletionAllocator; in getCachedCompletionAllocator() 381 CachedCompletionAllocator;
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 350 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/ |
D | ASTUnit.cpp | 377 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/ |
D | CIndexCodeCompletion.cpp | 285 CachedCompletionAllocator; member 718 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator(); in clang_codeCompleteAt_Impl()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndexCodeCompletion.cpp | 279 CachedCompletionAllocator; member 772 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator(); in clang_codeCompleteAt_Impl()
|