Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DSerialization.cpp672 void writeYAML(const IndexFileOut &, llvm::raw_ostream &);
681 writeYAML(O, OS); in operator <<()
DYAMLSerialization.cpp407 void writeYAML(const IndexFileOut &O, llvm::raw_ostream &OS) { in writeYAML() function