Home
last modified time | relevance | path

Searched refs:MiscFlags (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h162 enum MiscFlags { // Miscellaneous flags to adjust argument enum
329 void setMiscFlag(enum MiscFlags M) { Misc |= M; } in setMiscFlag()
1299 template <> struct applicator<MiscFlags> {
1300 static void opt(MiscFlags MF, Option &O) {