Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/support/
DMemoryTree.h35 MemoryTree(llvm::BumpPtrAllocator *DetailAlloc = nullptr)
36 : DetailAlloc(DetailAlloc) {} in DetailAlloc() function
54 return DetailAlloc ? createChild(Name.copy(*DetailAlloc)) : *this; in detail()
75 llvm::BumpPtrAllocator *DetailAlloc = nullptr; member
DMemoryTree.cpp30 auto &Child = Children.try_emplace(Name, DetailAlloc).first->getSecond(); in createChild()
/external/llvm-project/clang-tools-extra/clangd/
DClangdLSPServer.cpp1441 llvm::BumpPtrAllocator DetailAlloc; in onMemoryUsage() local
1442 MemoryTree MT(&DetailAlloc); in onMemoryUsage()