clang
10.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 |
The number of types in the exception specification. More... | |
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. You must update hasExtraBitfields in FunctionProtoType after adding extra data here.
unsigned clang::FunctionType::FunctionTypeExtraBitfields::NumExceptionType |