Lines Matching refs:APINotesFile
67 APINotesManager::loadAPINotes(FileEntryRef APINotesFile) { in loadAPINotes() argument
69 APINotesFile.getName()); in loadAPINotes()
72 auto SourceFileID = SM.getOrCreateFileID(APINotesFile, SrcMgr::C_User); in loadAPINotes()
87 diag::warn_apinotes_message, diag::note_apinotes_message, APINotesFile); in loadAPINotes()
127 FileEntryRef APINotesFile) { in loadAPINotes() argument
129 if (auto Reader = loadAPINotes(APINotesFile)) { in loadAPINotes()
168 auto APINotesFile = FM.getOptionalFileRef(Path); in loadFrameworkAPINotes() local
169 if (!APINotesFile) in loadFrameworkAPINotes()
182 if (loadAPINotes(*HeaderDir, *APINotesFile)) in loadFrameworkAPINotes()
307 M->APINotesFile = File.getName().str(); in loadCurrentModuleAPINotes()
427 if (auto APINotesFile = FileMgr.getOptionalFileRef(APINotesPath)) { in findAPINotes() local
428 if (!loadAPINotes(*Dir, *APINotesFile)) { in findAPINotes()