Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp268 void removeOption(Option *O, SubCommand *SC) { in removeOption() function in __anon1df4e36e0111::CommandLineParser
301 void removeOption(Option *O) { in removeOption() function in __anon1df4e36e0111::CommandLineParser
303 removeOption(O, &*TopLevelSubCommand); in removeOption()
307 removeOption(O, SC); in removeOption()
310 removeOption(O, SC); in removeOption()
449 void Option::removeArgument() { GlobalParser->removeOption(this); } in removeArgument()