Home
last modified time | relevance | path

Searched refs:loadAPINotes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp67 APINotesManager::loadAPINotes(FileEntryRef APINotesFile) { in loadAPINotes() function in APINotesManager
106 APINotesManager::loadAPINotes(StringRef Buffer) { in loadAPINotes() function in APINotesManager
126 bool APINotesManager::loadAPINotes(const DirectoryEntry *HeaderDir, in loadAPINotes() function in APINotesManager
129 if (auto Reader = loadAPINotes(APINotesFile)) { in loadAPINotes()
182 if (loadAPINotes(*HeaderDir, *APINotesFile)) in loadFrameworkAPINotes()
310 CurrentModuleReaders[NumReaders++] = loadAPINotes(File).release(); in loadCurrentModuleAPINotes()
322 auto Reader = loadAPINotes(Buf); in loadCurrentModuleAPINotesFromBuffer()
433 if (!loadAPINotes(*Dir, *APINotesFile)) { in findAPINotes()
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h85 std::unique_ptr<APINotesReader> loadAPINotes(FileEntryRef APINotesFile);
92 std::unique_ptr<APINotesReader> loadAPINotes(StringRef Buffer);
99 bool loadAPINotes(const DirectoryEntry *HeaderDir, FileEntryRef APINotesFile);