Searched defs:toYAML (Results 1 – 2 of 2) sorted by relevance
523 std::string toYAML(const Symbol &S) { in toYAML() function534 std::string toYAML(const std::pair<SymbolID, llvm::ArrayRef<Ref>> &Data) { in toYAML() function545 std::string toYAML(const Relation &R) { in toYAML() function556 std::string toYAML(const Ref &R) { in toYAML() function
236 void msgpack::Document::toYAML(raw_ostream &OS) { in toYAML() function in msgpack::Document