HomeSort by relevance Sort by last modified time
    Searched defs:ArgStr (Results 1 - 3 of 3) sorted by null

  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 86 std::string ArgStr;
87 llvm::raw_string_ostream Stream(ArgStr);
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 686 const char *ArgStr;
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 177 const char *ArgStr; // The argument string itself (ex: "help", "o")
200 // hasArgStr - Return true if the argstr != ""
201 bool hasArgStr() const { return ArgStr[0] != 0; }
206 void setArgStr(const char *S) { ArgStr = S; }
223 ArgStr(""), HelpStr(""), ValueStr("") {
550 // argstr field should be stable, copy it down now.
556 // If there has been no argstr specified, that means that we need to add an
566 // If there is an ArgStr specified, then we are of the form:
712 const char *ArgStr;
720 ArgStr = O.ArgStr
    [all...]

Completed in 91 milliseconds