Searched refs:CommaSeparated (Results 1 – 8 of 8) sorted by relevance
53 cl::CommaSeparated);
38 cl::CommaSeparated,
110 cl::CommaSeparated,
139 cl::CommaSeparated,
126 cl::CommaSeparated,
1220 .. _cl::CommaSeparated:1222 * The **cl::CommaSeparated** modifier indicates that any commas specified for an1225 ``cl::CommaSeparated`` is specified: "``-foo=a -foo=b -foo=c``" and1246 with ``cl::CommaSeparated``, this modifier only makes sense with a `cl::list`_
144 CommaSeparated = 0x01, // Should this cl::list split between commas? enumerator
331 if (Handler->getMiscFlags() & CommaSeparated) { in CommaSeparateAndAddOccurrence()