HomeSort by: relevance | last modified time | path
    Searched refs:CachedCompletionAllocator (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h 313 return CachedCompletionAllocator;
325 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 377 CachedCompletionAllocator = std::make_shared<GlobalCodeCompletionAllocator>();
378 CodeCompletionTUInfo CCTUInfo(CachedCompletionAllocator);
379 TheSema->GatherGlobalCodeCompletions(*CachedCompletionAllocator,
392 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
455 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
476 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
510 CachedCompletionAllocator = nullptr;
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexCodeCompletion.cpp 279 CachedCompletionAllocator;
772 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator();

Completed in 50 milliseconds