Home | History | Annotate | Download | only in slang

Lines Matching refs:OPTION

27 #include "clang/Driver/Option.h"
58 using clang::driver::Option;
77 OPT_INVALID = 0, // This is not an option ID.
79 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
83 #undef OPTION
88 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
91 #undef OPTION
96 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
98 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, PARAM, \
101 #undef OPTION
216 if (A->getOption().getKind() == Option::InputClass)
237 slangAssert(false && "Invalid option in M group!");
261 slangAssert(false && "Invalid option in output type group!");