Searched refs:IndexFileOut (Results 1 – 9 of 9) sorted by relevance
55 struct IndexFileOut { struct65 IndexFileOut() = default; argument66 IndexFileOut(const IndexFileIn &I) in IndexFileOut() function74 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const IndexFileOut &O);
68 IndexFileOut Shard) const override { in storeShard()88 IndexFileOut Shard) const override { in storeShard()
47 IndexFileOut Shard) const = 0;
558 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 <<()
388 void writeYAML(const IndexFileOut &O, llvm::raw_ostream &OS) { in writeYAML()
220 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()
62 IndexFileOut Shard) const override { in storeShard()
156 clang::clangd::IndexFileOut Out(Data); in main()
353 clang::clangd::IndexFileOut IndexOut(IndexIn.get()); in run()