Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp307 if (O->isInAllSubCommands()) { in removeOption()
346 if (O->isInAllSubCommands()) { in updateArgStr()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h311 bool isInAllSubCommands() const { in isInAllSubCommands() function