reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/Support/CommandLineTest.cpp
 1148       StackOption<OptionValue> TestOption(Opt, cl::desc(HelpText),
 1177   EXPECT_EQ(Output, ("  --" + Opt + "=<value> - " + HelpText + "\n"
 1190             ("  --" + Opt + "         - " + HelpText + "\n"
 1191              "  --" + Opt + "=<value> - " + HelpText + "\n"
 1203   EXPECT_EQ(Output, ("  --" + Opt + "         - " + HelpText + "\n"
 1204                      "  --" + Opt + "=<value> - " + HelpText + "\n"
 1217   EXPECT_EQ(Output, ("  --" + Opt + "=<value> - " + HelpText + "\n"
 1230             ("  --" + Opt + "=<value> - " + HelpText + "\n"