#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); |
|
#define DIAGOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| unsigned Name : Bits; |
#define DIAGOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
#define DIAGOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
#define DIAGOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| Name = Default; |
#define ENUM_DIAGOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
#define ENUM_DIAGOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| unsigned Name : Bits; |
#define ENUM_DIAGOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
Value:
class LLVM_ALIGNAS(8) DependentTemplateSpecializationType const IdentifierInfo * Name
Represents a template specialization type whose template cannot be resolved, e.g. ...
The l-value was considered opaque, so the alignment was determined from a type.
Definition at line 102 of file DiagnosticOptions.h.
#define ENUM_DIAGOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| set##Name(Default); |