Lines Matching full:modifiers
943 of the usual modifiers on multi-valued options (besides
946 Option Modifiers
949 Option modifiers are the flags and expressions that you pass into the
950 constructors for `cl::opt`_ and `cl::list`_. These modifiers give you the
964 #. Miscellaneous option modifiers
975 The ``cl::NotHidden``, ``cl::Hidden``, and ``cl::ReallyHidden`` modifiers are
1127 **cl::Grouping** modifiers, but it is possible to specify ambiguous argument
1155 Miscellaneous option modifiers
1158 The miscellaneous option modifiers are the only flags where you can specify more
1191 So far, these are the only three miscellaneous option modifiers.