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

Completed in 189 milliseconds