Searched refs:loadAPINotes (Results 1 – 2 of 2) sorted by relevance
67 APINotesManager::loadAPINotes(FileEntryRef APINotesFile) { in loadAPINotes() function in APINotesManager106 APINotesManager::loadAPINotes(StringRef Buffer) { in loadAPINotes() function in APINotesManager126 bool APINotesManager::loadAPINotes(const DirectoryEntry *HeaderDir, in loadAPINotes() function in APINotesManager129 if (auto Reader = loadAPINotes(APINotesFile)) { in loadAPINotes()182 if (loadAPINotes(*HeaderDir, *APINotesFile)) in loadFrameworkAPINotes()310 CurrentModuleReaders[NumReaders++] = loadAPINotes(File).release(); in loadCurrentModuleAPINotes()322 auto Reader = loadAPINotes(Buf); in loadCurrentModuleAPINotesFromBuffer()433 if (!loadAPINotes(*Dir, *APINotesFile)) { in findAPINotes()
85 std::unique_ptr<APINotesReader> loadAPINotes(FileEntryRef APINotesFile);92 std::unique_ptr<APINotesReader> loadAPINotes(StringRef Buffer);99 bool loadAPINotes(const DirectoryEntry *HeaderDir, FileEntryRef APINotesFile);