Lines Matching refs:InterfaceFile
49 void InterfaceFile::addAllowableClient(StringRef InstallName, in addAllowableClient()
55 void InterfaceFile::addReexportedLibrary(StringRef InstallName, in addReexportedLibrary()
61 void InterfaceFile::addParentUmbrella(const Target &Target_, StringRef Parent) { in addParentUmbrella()
74 void InterfaceFile::addUUID(const Target &Target_, StringRef UUID) { in addUUID()
87 void InterfaceFile::addUUID(const Target &Target, uint8_t UUID[16]) { in addUUID()
98 void InterfaceFile::addTarget(const Target &Target) { in addTarget()
102 InterfaceFile::const_filtered_target_range
103 InterfaceFile::targets(ArchitectureSet Archs) const { in targets()
110 void InterfaceFile::addSymbol(SymbolKind Kind, StringRef Name, in addSymbol()
121 void InterfaceFile::addDocument(std::shared_ptr<InterfaceFile> &&Document) { in addDocument()
123 [](const std::shared_ptr<InterfaceFile> &LHS, in addDocument()
124 const std::shared_ptr<InterfaceFile> &RHS) { in addDocument()
131 bool InterfaceFile::operator==(const InterfaceFile &O) const { in operator ==()
157 [](const std::shared_ptr<InterfaceFile> LHS, in operator ==()
158 const std::shared_ptr<InterfaceFile> RHS) { in operator ==()