Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp195 if (Opt.hasArgStr()) in addLiteralOption()
211 if (O->hasArgStr()) { in addOption()
256 if (O->hasArgStr()) in removeOption()
355 O->hasArgStr()) in registerSubCommand()
596 if (O->hasArgStr()) in LookupNearestOption()
1574 } else if (UnboundedFound && !Opt->hasArgStr()) { in ParseCommandLineOptions()
2095 if (O.hasArgStr()) { in getOptionWidth()
2119 if (O.hasArgStr()) { in printOptionInfo()
2375 if (Opt->hasArgStr()) in printHelp()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h311 bool hasArgStr() const { return !ArgStr.empty(); } in hasArgStr() function
786 if (!Owner.hasArgStr())
803 if (Owner.hasArgStr())
855 if (Owner.hasArgStr())
1949 if (!hasArgStr())