HomeSort by relevance Sort by last modified time
    Searched refs:setValueStr (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/Support/
CommandLineTest.cpp 103 Retrieved->setValueStr(ValueString);
  /external/llvm/include/llvm/Support/
CommandLine.h 226 void setValueStr(const char *S) { ValueStr = S; }
302 void apply(Option &O) const { O.setValueStr(Desc); }
    [all...]

Completed in 72 milliseconds