Lines Matching refs:getValue
39 if (Option->getValue("Groups")) {
44 } else if (Option->getValue("GroupStart")) {
54 Required = Option->getValue("Required");
60 if (auto A = Option->getValue("ArgType"))
61 ArgType = A->getValue()->getAsUnquotedString();
62 OptionalArg = Option->getValue("OptionalArg") != nullptr;
64 if (Option->getValue("Validator"))
67 if (Option->getValue("Completions"))
70 if (auto D = Option->getValue("Description"))
71 Description = D->getValue()->getAsUnquotedString();