Lines Matching refs:InterfaceFile

435 template <> struct MappingTraits<const InterfaceFile *> {
438 NormalizedTBD(IO &IO, const InterfaceFile *&File) { in NormalizedTBD()
613 const InterfaceFile *denormalize(IO &IO) { in denormalize()
617 auto *File = new InterfaceFile; in denormalize()
762 static void mapping(IO &IO, const InterfaceFile *&File) { in mapping()
805 NormalizedTBD_V4(IO &IO, const InterfaceFile *&File) { in NormalizedTBD_V4()
847 InterfaceFile::const_filtered_symbol_range Symbols, in NormalizedTBD_V4()
908 const InterfaceFile *denormalize(IO &IO) { in denormalize()
912 auto *File = new InterfaceFile; in denormalize()
1023 const InterfaceFile *&File) { in mapKeysToValues()
1024 MappingNormalization<NormalizedTBD, const InterfaceFile *> Keys(IO, File); in mapKeysToValues()
1052 static void mapKeysToValuesV4(IO &IO, const InterfaceFile *&File) { in mapKeysToValuesV4()
1053 MappingNormalization<NormalizedTBD_V4, const InterfaceFile *> Keys(IO, in mapKeysToValuesV4()
1080 struct DocumentListTraits<std::vector<const MachO::InterfaceFile *>> {
1081 static size_t size(IO &IO, std::vector<const MachO::InterfaceFile *> &Seq) { in size()
1084 static const InterfaceFile *&
1085 element(IO &IO, std::vector<const InterfaceFile *> &Seq, size_t Index) { in element()
1109 Expected<std::unique_ptr<InterfaceFile>>
1116 std::vector<const InterfaceFile *> Files; in get()
1121 auto File = std::unique_ptr<InterfaceFile>( in get()
1122 const_cast<InterfaceFile *>(Files.front())); in get()
1126 std::shared_ptr<InterfaceFile>(const_cast<InterfaceFile *>(*Iter))); in get()
1134 Error TextAPIWriter::writeToStream(raw_ostream &OS, const InterfaceFile &File) { in writeToStream()
1140 std::vector<const InterfaceFile *> Files; in writeToStream()