Home
last modified time | relevance | path

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

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