Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h329 void setValueStr(StringRef S) { ValueStr = S; } in setValueStr() function
429 void apply(Option &O) const { O.setValueStr(Desc); } in apply()