#include "clang/Basic/LangOptions.h"
#include "clang/Basic/LangOptions.def"
Go to the source code of this file.
Defines |
#define | LANGOPT(Name, Bits, Default, Description) Name = Default; |
#define | ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); |
#define | LANGOPT(Name, Bits, Default, Description) |
#define | BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; |
#define | BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) Name = Default; |
Define Documentation
#define BENIGN_LANGOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default, |
|
|
|
Description |
|
) |
| Name = Default; |
#define ENUM_LANGOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default, |
|
|
|
Description |
|
) |
| set##Name(Default); |
#define LANGOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default, |
|
|
|
Description |
|
) |
| Name = Default; |
#define LANGOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default, |
|
|
|
Description |
|
) |
| |