Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp140 APINotesManager::findAPINotesFile(DirectoryEntryRef Directory, in findAPINotesFile() function in APINotesManager
232 if (auto File = findAPINotesFile(Dir, ModuleName, WantPublic)) { in getCurrentModuleAPINotes()
240 if (auto File = findAPINotesFile(Dir, ExportedModuleName, WantPublic)) in getCurrentModuleAPINotes()
292 if (auto File = findAPINotesFile(*SearchDir, ModuleName)) { in getCurrentModuleAPINotes()
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h97 OptionalFileEntryRef findAPINotesFile(DirectoryEntryRef Directory,