#include "clang/Basic/LLVM.h"
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include <string>
#include <type_traits>
#include <vector>
#include "clang/Basic/DiagnosticOptions.def"
Go to the source code of this file.
|
| clang |
| Dataflow Directional Tag Classes.
|
|
|
#define | DIAGOPT(Name, Bits, Default) unsigned Name : Bits; |
|
#define | ENUM_DIAGOPT(Name, Type, Bits, Default) |
|
#define | DIAGOPT(Name, Bits, Default) |
|
#define | ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; |
|
#define | DIAGOPT(Name, Bits, Default) |
|
#define | ENUM_DIAGOPT(Name, Type, Bits, Default) |
|
#define | DIAGOPT(Name, Bits, Default) Name = Default; |
|
#define | ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); |
|
◆ DIAGOPT [1/4]
#define DIAGOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| unsigned Name : Bits; |
◆ DIAGOPT [2/4]
#define DIAGOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
◆ DIAGOPT [3/4]
#define DIAGOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
◆ DIAGOPT [4/4]
#define DIAGOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| Name = Default; |
◆ ENUM_DIAGOPT [1/4]
#define ENUM_DIAGOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
◆ ENUM_DIAGOPT [2/4]
#define ENUM_DIAGOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| unsigned Name : Bits; |
◆ ENUM_DIAGOPT [3/4]
#define ENUM_DIAGOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
Value:Type get##Name()
const {
return static_cast<Type>(Name); } \
void
set##Name(Type
Value) { Name =
static_cast<unsigned>(
Value); }
The l-value was considered opaque, so the alignment was determined from a type.
Definition at line 110 of file DiagnosticOptions.h.
◆ ENUM_DIAGOPT [4/4]
#define ENUM_DIAGOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| set##Name(Default); |