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

  /external/clang/unittests/Tooling/
RecursiveASTVisitorTestExprVisitor.cpp 35 std::string ArgStr;
36 llvm::raw_string_ostream Stream(ArgStr);
  /external/llvm/include/llvm/Support/
CommandLine.h 206 const char *ArgStr; // The argument string itself (ex: "help", "o")
228 // hasArgStr - Return true if the argstr != ""
229 bool hasArgStr() const { return ArgStr[0] != 0; }
250 AdditionalVals(0), ArgStr(""), HelpStr(""), ValueStr(""),
607 // If there has been no argstr specified, that means that we need to add an
616 // If there is an ArgStr specified, then we are of the form:
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 532 milliseconds