Home
last modified time | relevance | path

Searched defs:RemoveOption (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/Support/
DCommandLineTest.cpp400 StackOption<bool> RemoveOption("remove-option", cl::sub(SC), cl::init(false)); in TEST() local
440 StackOption<bool> RemoveOption("remove-option", cl::sub(*cl::AllSubCommands), in TEST() local
/external/python/cpython2/Lib/idlelib/
DconfigHandler.py94 def RemoveOption(self, section, option): member in IdleUserConfParser