Home
last modified time | relevance | path

Searched refs:writeYAML (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSerialization.cpp676 void writeYAML(const IndexFileOut &, llvm::raw_ostream &);
685 writeYAML(O, OS); in operator <<()
H A DYAMLSerialization.cpp388 void writeYAML(const IndexFileOut &O, llvm::raw_ostream &OS) { in writeYAML() function