Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DParsedAST.cpp738 Total += AST.getSourceManager().getContentCacheSize(); in getUsedBytes()
H A DPreamble.cpp104 Stats->BuildSize += AST.getSourceManager().getContentCacheSize(); in AfterExecute()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h1576 size_t getContentCacheSize() const { in getContentCacheSize() function
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp9021 (unsigned long)astContext.getSourceManager().getContentCacheSize()); in clang_getCXTUResourceUsage()