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

/external/llvm/unittests/Support/
H A DCommandLineTest.cpp103 Retrieved->setValueStr(ValueString);
/external/llvm/include/llvm/Support/
H A DCommandLine.h226 void setValueStr(const char *S) { ValueStr = S; } function in class:llvm::cl::Option
302 void apply(Option &O) const { O.setValueStr(Desc); }

Completed in 110 milliseconds