clang 17.0.0git
|
A simple holder for various uncommon bits which do not fit in FunctionTypeBitfields. More...
#include "clang/AST/Type.h"
Public Attributes | |
unsigned | NumExceptionType = 0 |
The number of types in the exception specification. | |
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.
unsigned clang::FunctionType::FunctionTypeExtraBitfields::NumExceptionType = 0 |