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 112 std::string ArgStr;
113 llvm::raw_string_ostream Stream(ArgStr);
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 195 const char *ArgStr; // The argument string itself (ex: "help", "o")
219 // hasArgStr - Return true if the argstr != ""
220 bool hasArgStr() const { return ArgStr[0] != 0; }
225 void setArgStr(const char *S) { ArgStr = S; }
243 ArgStr(""), HelpStr(""), ValueStr(""), Category(&GeneralCategory) {
578 // argstr field should be stable, copy it down now.
584 // If there has been no argstr specified, that means that we need to add an
594 // If there is an ArgStr specified, then we are of the form:
740 const char *ArgStr;
748 ArgStr = O.ArgStr
    [all...]

Completed in 81 milliseconds