Lines Matching refs:InterfaceFile

25 void InterfaceFile::addAllowableClient(StringRef InstallName,  in addAllowableClient()
33 void InterfaceFile::addReexportedLibrary(StringRef InstallName, in addReexportedLibrary()
41 void InterfaceFile::addParentUmbrella(const Target &Target_, StringRef Parent) { in addParentUmbrella()
56 void InterfaceFile::addRPath(const Target &InputTarget, StringRef RPath) { in addRPath()
71 void InterfaceFile::addTarget(const Target &Target) { in addTarget()
75 InterfaceFile::const_filtered_target_range
76 InterfaceFile::targets(ArchitectureSet Archs) const { in targets()
83 void InterfaceFile::addDocument(std::shared_ptr<InterfaceFile> &&Document) { in addDocument()
85 [](const std::shared_ptr<InterfaceFile> &LHS, in addDocument()
86 const std::shared_ptr<InterfaceFile> &RHS) { in addDocument()
93 void InterfaceFile::inlineLibrary(std::shared_ptr<InterfaceFile> Library, in inlineLibrary()
95 auto AddFwk = [&](std::shared_ptr<InterfaceFile> &&Reexport) { in inlineLibrary()
98 [](std::shared_ptr<InterfaceFile> &Lhs, const StringRef Rhs) { in inlineLibrary()
122 Expected<std::unique_ptr<InterfaceFile>>
123 InterfaceFile::merge(const InterfaceFile *O) const { in merge()
157 std::unique_ptr<InterfaceFile> IF(new InterfaceFile()); in merge()
217 Expected<std::unique_ptr<InterfaceFile>>
218 InterfaceFile::remove(Architecture Arch) const { in remove()
237 std::unique_ptr<InterfaceFile> IF(new InterfaceFile()); in remove()
297 Expected<std::unique_ptr<InterfaceFile>>
298 InterfaceFile::extract(Architecture Arch) const { in extract()
305 std::unique_ptr<InterfaceFile> IF(new InterfaceFile()); in extract()
358 bool InterfaceFile::operator==(const InterfaceFile &O) const { in operator ==()
395 [](const std::shared_ptr<InterfaceFile> LHS, in operator ==()
396 const std::shared_ptr<InterfaceFile> RHS) { in operator ==()