reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Frontend/ASTUnit.h
  313     return CachedCompletionAllocator;
tools/clang/lib/Frontend/ASTUnit.cpp
  376   CachedCompletionAllocator = std::make_shared<GlobalCodeCompletionAllocator>();
  377   CodeCompletionTUInfo CCTUInfo(CachedCompletionAllocator);
  378   TheSema->GatherGlobalCodeCompletions(*CachedCompletionAllocator,
  391           *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
  454               *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
  475           *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
  509   CachedCompletionAllocator = nullptr;