Searched refs:WantPublic (Results 1 – 2 of 2) sorted by relevance
141 StringRef Basename, bool WantPublic) { in findAPINotesFile() argument146 StringRef Suffix = WantPublic ? "" : "_private"; in findAPINotesFile()231 auto tryAPINotes = [&](DirectoryEntryRef Dir, bool WantPublic) { in getCurrentModuleAPINotes() argument232 if (auto File = findAPINotesFile(Dir, ModuleName, WantPublic)) { in getCurrentModuleAPINotes()233 if (!WantPublic) in getCurrentModuleAPINotes()240 if (auto File = findAPINotesFile(Dir, ExportedModuleName, WantPublic)) in getCurrentModuleAPINotes()
99 bool WantPublic = true);