Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp271 void removeOption(Option *O, SubCommand *SC) { in removeOption() function in __anon7ff628370111::CommandLineParser
304 void removeOption(Option *O) { in removeOption() function in __anon7ff628370111::CommandLineParser
306 removeOption(O, &*TopLevelSubCommand); in removeOption()
310 removeOption(O, SC); in removeOption()
313 removeOption(O, SC); in removeOption()
452 void Option::removeArgument() { GlobalParser->removeOption(this); } in removeArgument()