Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp305 if (O->isInAllSubCommands()) { in removeOption()
344 if (O->isInAllSubCommands()) { in updateArgStr()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h317 bool isInAllSubCommands() const { in isInAllSubCommands() function