Searched refs:CachedCompletionAllocator (Results 1 – 3 of 3) sorted by relevance
/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/clang/tools/libclang/ |
D | CIndexCodeCompletion.cpp | 285 CachedCompletionAllocator; member 718 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator(); in clang_codeCompleteAt_Impl()
|