Home | History | Annotate | Download | only in Tooling

Lines Matching refs:Arguments

27 /// \brief A parser for escaped strings of command line arguments.
29 /// Assumes \-escaping for quoted arguments (see the documentation of
219 std::vector<std::string> Arguments;
221 Arguments.push_back(Node->getValue(Storage));
223 return Arguments;
282 if (KeyValue == "arguments" && !SequenceString) {
285 } else if (KeyValue != "arguments" && !ValueString) {
291 } else if (KeyValue == "arguments") {
296 ErrorMessage = "Only strings are allowed in 'arguments'.";
317 ErrorMessage = "Missing key: \"command\" or \"arguments\".";