Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DSerialization.h55 struct IndexFileOut { struct
65 IndexFileOut() = default; argument
66 IndexFileOut(const IndexFileIn &I) in IndexFileOut() argument
74 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const IndexFileOut &O);
DBackgroundIndexStorage.cpp70 IndexFileOut Shard) const override { in storeShard()
90 IndexFileOut Shard) const override { in storeShard()
DBackground.h48 IndexFileOut Shard) const = 0;
DSerialization.cpp554 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 <<()
DYAMLSerialization.cpp407 void writeYAML(const IndexFileOut &O, llvm::raw_ostream &OS) { in writeYAML()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSerializationTests.cpp219 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()
DBackgroundIndexTests.cpp62 IndexFileOut Shard) const override { in storeShard()
/external/llvm-project/clang-tools-extra/clangd/indexer/
DIndexerMain.cpp144 clang::clangd::IndexFileOut Out(Data); in main()
/external/llvm-project/clang-tools-extra/clangd/index/dex/dexp/
DDexp.cpp314 clang::clangd::IndexFileOut IndexOut(IndexIn.get()); in run()