Searched refs:IndexFileOut (Results 1 – 9 of 9) sorted by relevance
55 struct IndexFileOut { struct65 IndexFileOut() = default; argument66 IndexFileOut(const IndexFileIn &I) in IndexFileOut() argument74 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const IndexFileOut &O);
70 IndexFileOut Shard) const override { in storeShard()90 IndexFileOut Shard) const override { in storeShard()
48 IndexFileOut Shard) const = 0;
554 void writeRIFF(const IndexFileOut &Data, llvm::raw_ostream &OS) { in writeRIFF()672 void writeYAML(const IndexFileOut &, llvm::raw_ostream &);675 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const IndexFileOut &O) { in operator <<()
407 void writeYAML(const IndexFileOut &O, llvm::raw_ostream &OS) { in writeYAML()
219 IndexFileOut Out(*In); in TEST()252 IndexFileOut Out(*In); in TEST()289 IndexFileOut Out(*In); in TEST()345 IndexFileOut Out(*In); in TEST()400 IndexFileOut Out(*In); in TEST()
62 IndexFileOut Shard) const override { in storeShard()
144 clang::clangd::IndexFileOut Out(Data); in main()
314 clang::clangd::IndexFileOut IndexOut(IndexIn.get()); in run()