Home
last modified time | relevance | path

Searched refs:APINotesManager (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp51 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()
302 bool APINotesManager::loadCurrentModuleAPINotes( in loadCurrentModuleAPINotes()
318 bool APINotesManager::loadCurrentModuleAPINotesFromBuffer( in loadCurrentModuleAPINotesFromBuffer()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h44 class APINotesManager {
125 APINotesManager(SourceManager &SM, const LangOptions &LangOpts);
126 ~APINotesManager();
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp898 UnwindNamespaceContext(DeclContext *DC, api_notes::APINotesManager &APINotes) { in UnwindNamespaceContext()
929 UnwindTagContext(TagDecl *DC, api_notes::APINotesManager &APINotes) { in UnwindTagContext()
/freebsd/lib/clang/libclang/
H A DMakefile47 SRCS_MIN+= APINotes/APINotesManager.cpp
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1271 api_notes::APINotesManager APINotes;