Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSerialization.h36 enum class IndexFileFormat { enum
62 IndexFileFormat Format = IndexFileFormat::RIFF;
H A DSerialization.cpp681 case IndexFileFormat::RIFF: in operator <<()
684 case IndexFileFormat::YAML: in operator <<()
/llvm-project-15.0.7/clang-tools-extra/clangd/indexer/
H A DIndexerMain.cpp33 static llvm::cl::opt<IndexFileFormat>
35 llvm::cl::values(clEnumValN(IndexFileFormat::YAML, "yaml",
37 clEnumValN(IndexFileFormat::RIFF, "binary",
39 llvm::cl::init(IndexFileFormat::RIFF));
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSerializationTests.cpp221 Out.Format = IndexFileFormat::RIFF; in TEST()
254 Out.Format = IndexFileFormat::RIFF; in TEST()
291 Out.Format = IndexFileFormat::RIFF; in TEST()
348 Out.Format = IndexFileFormat::RIFF; in TEST()
403 Out.Format = IndexFileFormat::RIFF; in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp309 llvm::cl::opt<IndexFileFormat> Format{
313 clEnumValN(IndexFileFormat::YAML, "yaml",
315 clEnumValN(IndexFileFormat::RIFF, "binary", "binary RIFF format")),
316 llvm::cl::init(IndexFileFormat::YAML),