Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DParsedAST.cpp739 Total += AST.getSourceManager().getDataStructureSizes(); in getUsedBytes()
H A DPreamble.cpp105 Stats->BuildSize += AST.getSourceManager().getDataStructureSizes(); in AfterExecute()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h1594 size_t getDataStructureSizes() const;
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp2228 size_t SourceManager::getDataStructureSizes() const { in getDataStructureSizes() function in SourceManager
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp9035 (unsigned long)astContext.getSourceManager().getDataStructureSizes()); in clang_getCXTUResourceUsage()