Home | History | Annotate | Download | only in Support

Lines Matching refs:MiscFlags

161 enum MiscFlags {             // Miscellaneous flags to adjust argument
316 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
1161 template <> struct applicator<MiscFlags> {
1162 static void opt(MiscFlags MF, Option &O) { O.setMiscFlag(MF); }