Home
last modified time | relevance | path

Searched refs:getSideTableAllocatedMemory (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DParsedAST.cpp734 Total += AST.getSideTableAllocatedMemory(); in getUsedBytes()
H A DPreamble.cpp100 Stats->BuildSize += AST.getSideTableAllocatedMemory(); in AfterExecute()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h766 size_t getSideTableAllocatedMemory() const;
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp9007 (unsigned long)astContext.getSideTableAllocatedMemory()); in clang_getCXTUResourceUsage()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp11793 size_t ASTContext::getSideTableAllocatedMemory() const { in getSideTableAllocatedMemory() function in ASTContext