|
clang 22.0.0git
|
#include "clang/Sema/DeclSpec.h"
Public Member Functions | |
| void | destroy () |
Public Attributes | |
| unsigned | TypeQuals: 5 |
| For now, sema will catch these as invalid. | |
Definition at line 1571 of file DeclSpec.h.
|
inline |
| unsigned clang::DeclaratorChunk::BlockPointerTypeInfo::TypeQuals |
For now, sema will catch these as invalid.
The type qualifiers: const/volatile/restrict/__unaligned/_Atomic.
Definition at line 1575 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getBlockPointer(), GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getPipe().