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.cpp194 if (Opt.hasArgStr()) in addLiteralOption()
210 if (O->hasArgStr()) { in addOption()
255 if (O->hasArgStr()) in removeOption()
354 O->hasArgStr()) in registerSubCommand()
579 if (O->hasArgStr()) in LookupNearestOption()
1557 } else if (UnboundedFound && !Opt->hasArgStr()) { in ParseCommandLineOptions()
2100 if (O.hasArgStr()) { in getOptionWidth()
2124 if (O.hasArgStr()) { in printOptionInfo()
2380 if (Opt->hasArgStr()) in printHelp()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h310 bool hasArgStr() const { return !ArgStr.empty(); } in hasArgStr() function
785 if (!Owner.hasArgStr())
802 if (Owner.hasArgStr())
854 if (Owner.hasArgStr())
1941 if (!hasArgStr())