Home
last modified time | relevance | path

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

/freebsd-14.2/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()
305 CurrentModuleReaders[NumReaders++] = loadAPINotes(File).release(); in loadCurrentModuleAPINotes()
317 auto Reader = loadAPINotes(Buf); in loadCurrentModuleAPINotesFromBuffer()
428 if (!loadAPINotes(*Dir, *APINotesFile)) { in findAPINotes()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h78 std::unique_ptr<APINotesReader> loadAPINotes(FileEntryRef APINotesFile);
85 std::unique_ptr<APINotesReader> loadAPINotes(StringRef Buffer);
92 bool loadAPINotes(const DirectoryEntry *HeaderDir, FileEntryRef APINotesFile);