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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp207 void addOption(Option *O, SubCommand *SC) { function in class:__anon3779::CommandLineParser
249 addOption(O, Sub);
254 void addOption(Option *O, bool ProcessDefaultOption = false) { function in class:__anon3779::CommandLineParser
261 addOption(O, &*TopLevelSubCommand);
264 addOption(O, SC);
382 addOption(O, sub);
445 GlobalParser->addOption(this);
1390 addOption(O, true);

Completed in 107 milliseconds