Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DCommandLine.cpp308 if (O->isInAllSubCommands()) { in removeOption()
347 if (O->isInAllSubCommands()) { in updateArgStr()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DCommandLine.h318 bool isInAllSubCommands() const { in isInAllSubCommands() function