Lines Matching defs:APINotesFile
68 APINotesManager::loadAPINotes(FileEntryRef APINotesFile) {
70 APINotesFile.getName());
73 auto SourceFileID = SM.getOrCreateFileID(APINotesFile, SrcMgr::C_User);
88 diag::warn_apinotes_message, diag::note_apinotes_message, APINotesFile);
128 FileEntryRef APINotesFile) {
130 if (auto Reader = loadAPINotes(APINotesFile)) {
169 auto APINotesFile = FM.getOptionalFileRef(Path);
170 if (!APINotesFile)
183 if (loadAPINotes(*HeaderDir, *APINotesFile))
313 M->APINotesFile = File.getName().str();
433 if (auto APINotesFile = FileMgr.getOptionalFileRef(APINotesPath)) {
434 if (!loadAPINotes(*Dir, *APINotesFile)) {