Home | History | Annotate | Download | only in slang

Lines Matching defs:OPTION

27 #include "clang/Driver/Option.h"
58 using clang::driver::Option;
76 OPT_INVALID = 0, // This is not an option ID.
77 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
81 #undef OPTION
85 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
87 { NAME, HELPTEXT, METAVAR, Option::KIND##Class, FLAGS, PARAM, \
201 if (A->getOption().getKind() == Option::InputClass)
222 slangAssert(false && "Invalid option in M group!");
246 slangAssert(false && "Invalid option in output type group!");