clang API Documentation
#include "clang/Driver/Options.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Option/OptTable.h"
#include "llvm/Option/Option.h"
#include "clang/Driver/Options.inc"
Go to the source code of this file.
Defines | |
#define | PREFIX(NAME, VALUE) static const char *const NAME[] = VALUE; |
#define | OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, HELPTEXT, METAVAR) |
Variables | |
static const OptTable::Info | InfoTable [] |
Definition at line 19 of file DriverOptions.cpp.
const OptTable::Info InfoTable[] [static] |
{
#define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, HELPTEXT, METAVAR)
}
Definition at line 23 of file DriverOptions.cpp.