Searched defs:ArgStr (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A DOptions.h96 static void registerOption(const char *ArgStr, const char *Desc, argument
98 cl::opt<ValT> *Option = new cl::opt<ValT>(ArgStr, cl::desc(Desc),
H A DCommandLine.h208 StringRef ArgStr; // The argument string itself (ex: "help", "o") member in class:llvm::cl::Option
231 bool hasArgStr() const { return !ArgStr.empty(); }
252 AdditionalVals(0), ArgStr(""), HelpStr(""), ValueStr(""),
618 // If there is an ArgStr specified, then we are of the form:
1569 return AliasFor->handleOccurrence(pos, AliasFor->ArgStr, Arg);
1573 return AliasFor->addOccurrence(pos, AliasFor->ArgStr, Value, MultiArg);
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestExprVisitor.cpp35 std::string ArgStr; local
36 llvm::raw_string_ostream Stream(ArgStr);
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1930 std::string ArgStr = Quote ? "\"" : ""; local
1931 ArgStr += Lib;
1933 ArgStr += ".lib";
1934 ArgStr += Quote ? "\"" : "";
1935 return ArgStr;

Completed in 251 milliseconds