Home
last modified time | relevance | path

Searched defs:toYAML (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clangd/index/
H A DYAMLSerialization.cpp523 std::string toYAML(const Symbol &S) { in toYAML() function
534 std::string toYAML(const std::pair<SymbolID, llvm::ArrayRef<Ref>> &Data) { in toYAML() function
545 std::string toYAML(const Relation &R) { in toYAML() function
556 std::string toYAML(const Ref &R) { in toYAML() function
/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp236 void msgpack::Document::toYAML(raw_ostream &OS) { in toYAML() function in msgpack::Document