Searched refs:YAMLVFSEntry (Results 1 – 2 of 2) sorted by relevance
331 struct YAMLVFSEntry { struct332 template <typename T1, typename T2> YAMLVFSEntry(T1 &&VPath, T2 &&RPath) in YAMLVFSEntry() argument339 std::vector<YAMLVFSEntry> Mappings; argument
1620 void write(ArrayRef<YAMLVFSEntry> Entries, Optional<bool> UseExternalNames,1674 void JSONWriter::write(ArrayRef<YAMLVFSEntry> Entries, in write()1698 const YAMLVFSEntry &Entry = Entries.front(); in write()1746 [](const YAMLVFSEntry &LHS, const YAMLVFSEntry &RHS) { in write()