#include "clang/Driver/Options.h"
#include "llvm/Option/OptTable.h"
#include <cassert>
#include "clang/Driver/Options.inc"
Go to the source code of this file.
â OPTION
Value:LLVM_CONSTRUCT_OPT_INFO(__VA_ARGS__),
â OPTTABLE_PREFIXES_TABLE_CODE
#define OPTTABLE_PREFIXES_TABLE_CODE |
â OPTTABLE_PREFIXES_UNION_CODE
#define OPTTABLE_PREFIXES_UNION_CODE |
â OPTTABLE_STR_TABLE_CODE
#define OPTTABLE_STR_TABLE_CODE |
â OPTTABLE_VALUES_CODE
#define OPTTABLE_VALUES_CODE |
â InfoTable
OptTable::Info InfoTable[] |
|
staticconstexpr |
Initial value:= {
#define OPTION(...)
}
Definition at line 33 of file DriverOptions.cpp.
Referenced by clang::isAlphanumeric(), clang::isAsciiIdentifierStart(), clang::isDigit(), clang::isHexDigit(), clang::isHorizontalWhitespace(), clang::isLetter(), clang::isLowercase(), clang::isPreprocessingNumberBody(), clang::isPrintable(), clang::isPunctuation(), clang::isRawStringDelimBody(), clang::isUppercase(), clang::isVerticalWhitespace(), and clang::isWhitespace().