Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSerialization.cpp631 std::string RefsSection; in writeRIFF() local
634 llvm::raw_string_ostream RefsOS(RefsSection); in writeRIFF()
638 RIFF.Chunks.push_back({riff::fourCC("refs"), RefsSection}); in writeRIFF()