#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
#define OPTION |
( |
|
... | ) |
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
constexpr 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().