Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp68 APINotesManager::loadAPINotes(FileEntryRef APINotesFile) { in loadAPINotes() function in APINotesManager
107 APINotesManager::loadAPINotes(StringRef Buffer) { in loadAPINotes() function in APINotesManager
127 bool APINotesManager::loadAPINotes(const DirectoryEntry *HeaderDir, in loadAPINotes() function in APINotesManager
130 if (auto Reader = loadAPINotes(APINotesFile)) { in loadAPINotes()
183 if (loadAPINotes(*HeaderDir, *APINotesFile)) in loadFrameworkAPINotes()
311 CurrentModuleReaders[NumReaders++] = loadAPINotes(File).release(); in loadCurrentModuleAPINotes()
323 auto Reader = loadAPINotes(Buf); in loadCurrentModuleAPINotesFromBuffer()
434 if (!loadAPINotes(*Dir, *APINotesFile)) { in findAPINotes()
/src/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);