clang 20.0.0git
|
A simple holder for various uncommon bits which do not fit in FunctionTypeBitfields. More...
#include "clang/AST/Type.h"
Public Member Functions | |
FunctionTypeExtraBitfields () | |
Public Attributes | |
unsigned | NumExceptionType: 10 |
The number of types in the exception specification. | |
unsigned | HasArmTypeAttributes: 1 |
unsigned | EffectsHaveConditions: 1 |
unsigned | NumFunctionEffects: 4 |
A simple holder for various uncommon bits which do not fit in FunctionTypeBitfields.
Aligned to alignof(void *) to maintain the alignment of subsequent objects in TrailingObjects.
|
inline |
unsigned clang::FunctionType::FunctionTypeExtraBitfields::EffectsHaveConditions |
unsigned clang::FunctionType::FunctionTypeExtraBitfields::HasArmTypeAttributes |
unsigned clang::FunctionType::FunctionTypeExtraBitfields::NumExceptionType |
unsigned clang::FunctionType::FunctionTypeExtraBitfields::NumFunctionEffects |