Lines Matching refs:APINotesManager
53 APINotesManager::APINotesManager(SourceManager &SM, const LangOptions &LangOpts) in APINotesManager() function in APINotesManager
56 APINotesManager::~APINotesManager() { in ~APINotesManager()
68 APINotesManager::loadAPINotes(FileEntryRef APINotesFile) { in loadAPINotes()
107 APINotesManager::loadAPINotes(StringRef Buffer) { in loadAPINotes()
127 bool APINotesManager::loadAPINotes(const DirectoryEntry *HeaderDir, in loadAPINotes()
140 APINotesManager::findAPINotesFile(DirectoryEntryRef Directory, in findAPINotesFile()
154 OptionalDirectoryEntryRef APINotesManager::loadFrameworkAPINotes( in loadFrameworkAPINotes()
221 APINotesManager::getCurrentModuleAPINotes(Module *M, bool LookInModule, in getCurrentModuleAPINotes()
303 bool APINotesManager::loadCurrentModuleAPINotes( in loadCurrentModuleAPINotes()
319 bool APINotesManager::loadCurrentModuleAPINotesFromBuffer( in loadCurrentModuleAPINotesFromBuffer()
332 APINotesManager::findAPINotes(SourceLocation Loc) { in findAPINotes()