Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp179 if (Opt.hasArgStr()) in addLiteralOption()
209 if (O->hasArgStr()) { in addOption()
271 if (O->hasArgStr()) in removeOption()
381 O->hasArgStr()) in registerSubCommand()
597 if (O->hasArgStr()) in LookupNearestOption()
1407 } else if (UnboundedFound && !Opt->hasArgStr()) { in ParseCommandLineOptions()
1950 if (O.hasArgStr()) { in getOptionWidth()
1974 if (O.hasArgStr()) { in printOptionInfo()
2230 if (Opt->hasArgStr()) in printHelp()
/netbsd-src/external/apache2/llvm/dist/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())