Home | History | Annotate | Download | only in Support

Lines Matching defs:Opt

53 TEMPLATE_INSTANTIATION(class opt<unsigned>);
54 TEMPLATE_INSTANTIATION(class opt<int>);
55 TEMPLATE_INSTANTIATION(class opt<std::string>);
56 TEMPLATE_INSTANTIATION(class opt<char>);
57 TEMPLATE_INSTANTIATION(class opt<bool>);
578 Option *Opt = PositionalOpts[i];
579 if (RequiresValue(Opt))
586 Opt->error("error - this positional option will never be matched, "
589 } else if (UnboundedFound && !Opt->ArgStr[0]) {
594 ErrorParsing |= Opt->error("error - option can never match, because "
599 UnboundedFound |= EatsUnboundedNumberOfValues(Opt);
1299 static cl::opt<HelpPrinter, true, parser<bool> >
1303 static cl::opt<HelpPrinter, true, parser<bool> >
1307 static cl::opt<bool>
1312 static cl::opt<bool>
1399 static cl::opt<VersionPrinter, true, parser<bool> >