[AST] Rename isPrivateStdlibDecl -> isPrivateSystemDecl

This better reflects what we're actually checking
here.
This commit is contained in:
Hamish Knight
2024-08-28 18:31:51 +01:00
parent 05954eaa90
commit 1cb0f8fdd5
17 changed files with 56 additions and 53 deletions

View File

@@ -1039,7 +1039,7 @@ fillSymbolInfo(CursorSymbolInfo &Symbol, const DeclInfo &DInfo,
Options.MinimumAccessLevel = AccessLevel::Private;
Options.IncludeSPISymbols = true;
Options.IncludeClangDocs = true;
Options.PrintPrivateStdlibSymbols = true;
Options.PrintPrivateSystemSymbols = true;
symbolgraphgen::printSymbolGraphForDecl(DInfo.VD, DInfo.BaseType,
DInfo.InSynthesizedExtension,