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.
78 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
82 #undef OPTION
86 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
88 { NAME, HELPTEXT, METAVAR, Option::KIND##Class, PARAM, FLAGS, \
204 if (A->getOption().getKind() == Option::InputClass)
225 slangAssert(false && "Invalid option in M group!");
249 slangAssert(false && "Invalid option in output type group!");