Lines Matching refs:Option
54 for (const CmdLineOption &Option : CmdLineOptions) { in dumpToStream() local
56 Option.dumpToStream(Out); in dumpToStream()
74 for (const CmdLineOption &Option : CmdLineOptions) { in dumpToStream() local
76 Option.dumpToStream(Out); in dumpToStream()
191 for (const CmdLineOption &Option : Checker.CmdLineOptions) { in printCheckerOptionList() local
192 OptionMap.insert({Checker.FullName, Option}); in printCheckerOptionList()
197 for (const CmdLineOption &Option : Package.CmdLineOptions) { in printCheckerOptionList() local
198 OptionMap.insert({Package.FullName, Option}); in printCheckerOptionList()
212 const CmdLineOption &Option = Entry.second; in printCheckerOptionList() local
213 std::string FullOption = (Entry.first + ":" + Option.OptionName).str(); in printCheckerOptionList()
216 ("(" + Option.OptionType + ") " + Option.Description + " (default: " + in printCheckerOptionList()
217 (Option.DefaultValStr.empty() ? "\"\"" : Option.DefaultValStr) + ")") in printCheckerOptionList()
224 if (Option.IsHidden) { in printCheckerOptionList()
230 if (Option.DevelopmentStatus == "alpha" || in printCheckerOptionList()