Home
last modified time | relevance | path

Searched refs:getASTAllocatedMemory (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DParsedAST.cpp733 Total += AST.getASTAllocatedMemory(); in getUsedBytes()
H A DPreamble.cpp99 Stats->BuildSize = AST.getASTAllocatedMemory(); in AfterExecute()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h761 size_t getASTAllocatedMemory() const { in getASTAllocatedMemory() function
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp8992 (unsigned long)astContext.getASTAllocatedMemory()); in clang_getCXTUResourceUsage()