Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp182 if (Opt.hasArgStr()) in addLiteralOption()
212 if (O->hasArgStr()) { in addOption()
274 if (O->hasArgStr()) in removeOption()
384 O->hasArgStr()) in registerSubCommand()
597 if (O->hasArgStr()) in LookupNearestOption()
1409 } else if (UnboundedFound && !Opt->hasArgStr()) { in ParseCommandLineOptions()
1954 if (O.hasArgStr()) { in getOptionWidth()
1978 if (O.hasArgStr()) { in printOptionInfo()
2234 if (Opt->hasArgStr()) in printHelp()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h309 bool hasArgStr() const { return !ArgStr.empty(); } in hasArgStr() function
773 if (!Owner.hasArgStr())
790 if (Owner.hasArgStr())
842 if (Owner.hasArgStr())
1890 if (!hasArgStr())