clang 20.0.0git
|
#include "clang/Basic/CodeGenOptions.h"
#include <string.h>
#include "clang/Basic/CodeGenOptions.def"
#include "clang/Basic/DebugOptions.def"
Go to the source code of this file.
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
Macros | |
#define | CODEGENOPT(Name, Bits, Default) Name = Default; |
#define | ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default); |
#define | DEBUGOPT(Name, Bits, Default) |
#define | VALUE_DEBUGOPT(Name, Bits, Default) |
#define | ENUM_DEBUGOPT(Name, Type, Bits, Default) |
#define | CODEGENOPT(Name, Bits, Default) Name = Default; |
#define | ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default); |
#define | AFFECTING_VALUE_CODEGENOPT(Name, Bits, Default) |
#define | DEBUGOPT(Name, Bits, Default) |
#define | VALUE_DEBUGOPT(Name, Bits, Default) |
#define | ENUM_DEBUGOPT(Name, Type, Bits, Default) |
#define | BENIGN_DEBUGOPT(Name, Bits, Default) Name = Default; |
#define | BENIGN_VALUE_DEBUGOPT(Name, Bits, Default) Name = Default; |
#define | BENIGN_ENUM_DEBUGOPT(Name, Type, Bits, Default) set##Name(Default); |
#define | DEBUGOPT(Name, Bits, Default) Name = Default; |
#define | VALUE_DEBUGOPT(Name, Bits, Default) Name = Default; |
#define | ENUM_DEBUGOPT(Name, Type, Bits, Default) set##Name(Default); |
#define | BENIGN_DEBUGOPT(Name, Bits, Default) |
#define | BENIGN_VALUE_DEBUGOPT(Name, Bits, Default) |
#define | BENIGN_ENUM_DEBUGOPT(Name, Type, Bits, Default) |
#define AFFECTING_VALUE_CODEGENOPT | ( | Name, | |
Bits, | |||
Default | |||
) |
#define BENIGN_DEBUGOPT | ( | Name, | |
Bits, | |||
Default | |||
) | Name = Default; |
#define BENIGN_DEBUGOPT | ( | Name, | |
Bits, | |||
Default | |||
) |
#define BENIGN_ENUM_DEBUGOPT | ( | Name, | |
Type, | |||
Bits, | |||
Default | |||
) | set##Name(Default); |
#define BENIGN_ENUM_DEBUGOPT | ( | Name, | |
Type, | |||
Bits, | |||
Default | |||
) |
#define BENIGN_VALUE_DEBUGOPT | ( | Name, | |
Bits, | |||
Default | |||
) | Name = Default; |
#define BENIGN_VALUE_DEBUGOPT | ( | Name, | |
Bits, | |||
Default | |||
) |
#define CODEGENOPT | ( | Name, | |
Bits, | |||
Default | |||
) | Name = Default; |
#define CODEGENOPT | ( | Name, | |
Bits, | |||
Default | |||
) | Name = Default; |
#define DEBUGOPT | ( | Name, | |
Bits, | |||
Default | |||
) |
#define DEBUGOPT | ( | Name, | |
Bits, | |||
Default | |||
) |
#define DEBUGOPT | ( | Name, | |
Bits, | |||
Default | |||
) | Name = Default; |
#define ENUM_CODEGENOPT | ( | Name, | |
Type, | |||
Bits, | |||
Default | |||
) | set##Name(Default); |
#define ENUM_CODEGENOPT | ( | Name, | |
Type, | |||
Bits, | |||
Default | |||
) | set##Name(Default); |
#define ENUM_DEBUGOPT | ( | Name, | |
Type, | |||
Bits, | |||
Default | |||
) |
#define ENUM_DEBUGOPT | ( | Name, | |
Type, | |||
Bits, | |||
Default | |||
) |
#define ENUM_DEBUGOPT | ( | Name, | |
Type, | |||
Bits, | |||
Default | |||
) | set##Name(Default); |
#define VALUE_DEBUGOPT | ( | Name, | |
Bits, | |||
Default | |||
) |
#define VALUE_DEBUGOPT | ( | Name, | |
Bits, | |||
Default | |||
) |
#define VALUE_DEBUGOPT | ( | Name, | |
Bits, | |||
Default | |||
) | Name = Default; |