Lines Matching refs:APINotesManager
52 APINotesManager::APINotesManager(SourceManager &SM, const LangOptions &LangOpts) in APINotesManager() function in APINotesManager
55 APINotesManager::~APINotesManager() { in ~APINotesManager()
67 APINotesManager::loadAPINotes(FileEntryRef APINotesFile) { in loadAPINotes()
106 APINotesManager::loadAPINotes(StringRef Buffer) { in loadAPINotes()
126 bool APINotesManager::loadAPINotes(const DirectoryEntry *HeaderDir, in loadAPINotes()
139 APINotesManager::findAPINotesFile(DirectoryEntryRef Directory, in findAPINotesFile()
153 OptionalDirectoryEntryRef APINotesManager::loadFrameworkAPINotes( in loadFrameworkAPINotes()
220 APINotesManager::getCurrentModuleAPINotes(Module *M, bool LookInModule, in getCurrentModuleAPINotes()
297 bool APINotesManager::loadCurrentModuleAPINotes( in loadCurrentModuleAPINotes()
313 bool APINotesManager::loadCurrentModuleAPINotesFromBuffer( in loadCurrentModuleAPINotesFromBuffer()
326 APINotesManager::findAPINotes(SourceLocation Loc) { in findAPINotes()