Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp207 void addOption(Option *O, SubCommand *SC) { in addOption() function in __anon1df4e36e0111::CommandLineParser
249 addOption(O, Sub); in addOption()
254 void addOption(Option *O, bool ProcessDefaultOption = false) { in addOption() function in __anon1df4e36e0111::CommandLineParser
261 addOption(O, &*TopLevelSubCommand); in addOption()
264 addOption(O, SC); in addOption()
382 addOption(O, sub); in registerSubCommand()
445 GlobalParser->addOption(this); in addArgument()
1382 addOption(O, true); in ParseCommandLineOptions()