Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSerialization.h55 struct IndexFileOut { struct
65 IndexFileOut() = default; argument
66 IndexFileOut(const IndexFileIn &I) in IndexFileOut() function
74 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const IndexFileOut &O);
H A DBackgroundIndexStorage.cpp68 IndexFileOut Shard) const override { in storeShard()
88 IndexFileOut Shard) const override { in storeShard()
H A DBackground.h47 IndexFileOut Shard) const = 0;
H A DSerialization.cpp558 void writeRIFF(const IndexFileOut &Data, llvm::raw_ostream &OS) { in writeRIFF()
676 void writeYAML(const IndexFileOut &, llvm::raw_ostream &);
679 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const IndexFileOut &O) { in operator <<()
H A DYAMLSerialization.cpp388 void writeYAML(const IndexFileOut &O, llvm::raw_ostream &OS) { in writeYAML()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSerializationTests.cpp220 IndexFileOut Out(*In); in TEST()
253 IndexFileOut Out(*In); in TEST()
290 IndexFileOut Out(*In); in TEST()
347 IndexFileOut Out(*In); in TEST()
402 IndexFileOut Out(*In); in TEST()
H A DBackgroundIndexTests.cpp62 IndexFileOut Shard) const override { in storeShard()
/llvm-project-15.0.7/clang-tools-extra/clangd/indexer/
H A DIndexerMain.cpp156 clang::clangd::IndexFileOut Out(Data); in main()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp353 clang::clangd::IndexFileOut IndexOut(IndexIn.get()); in run()