Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp270 void removeOption(Option *O, SubCommand *SC) { in removeOption() function in __anon3d17f4330111::CommandLineParser
303 void removeOption(Option *O) { in removeOption() function in __anon3d17f4330111::CommandLineParser
305 removeOption(O, &*TopLevelSubCommand); in removeOption()
309 removeOption(O, SC); in removeOption()
312 removeOption(O, SC); in removeOption()
451 void Option::removeArgument() { GlobalParser->removeOption(this); } in removeArgument()