Home
last modified time | relevance | path

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

/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/clang/tools/libclang/
DCIndexCodeCompletion.cpp285 CachedCompletionAllocator; member
718 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator(); in clang_codeCompleteAt_Impl()