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

/external/clang/include/clang/Frontend/
H A DASTUnit.h367 return CachedCompletionAllocator;
380 CachedCompletionAllocator; member in class:clang::ASTUnit
/external/clang/lib/Frontend/
H A DASTUnit.cpp353 CachedCompletionAllocator = new GlobalCodeCompletionAllocator;
354 CodeCompletionTUInfo CCTUInfo(CachedCompletionAllocator);
355 TheSema->GatherGlobalCodeCompletions(*CachedCompletionAllocator,
367 *CachedCompletionAllocator,
433 *CachedCompletionAllocator,
456 *CachedCompletionAllocator,
491 CachedCompletionAllocator = nullptr;
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp285 CachedCompletionAllocator; member in struct:__anon19515::AllocatedCXCodeCompleteResults
732 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator();

Completed in 602 milliseconds