Home
last modified time | relevance | path

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

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