#include "clang/Basic/BitmaskEnum.h"
#include "llvm/ADT/BitmaskEnum.h"
#include <cstdint>
Go to the source code of this file.
|
namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI.
|
◆ LLVM_COMMON_DEPENDENCE
#define LLVM_COMMON_DEPENDENCE |
( |
| NAME | ) |
|
Value: struct NAME##Scope { \
enum NAME : uint8_t { \
UnexpandedPack = 1, \
Instantiation = 2, \
Dependent = 4, \
Error = 8, \
\
DependentInstantiation = Dependent | Instantiation, \
All = 15, \
\
LLVM_MARK_AS_BITMASK_ENUM(Error) \
}; \
}; \
using NAME = NAME##Scope::NAME;
Definition at line 82 of file DependenceFlags.h.