clang API Documentation
#include <DeclSpec.h>


Public Member Functions | |
| void | destroy () |
Public Attributes | |
| unsigned | TypeQuals: 4 |
Definition at line 1347 of file DeclSpec.h.
| void clang::DeclaratorChunk::BlockPointerTypeInfo::destroy | ( | ) | [inline] |
Definition at line 1352 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::destroy().
For now, sema will catch these as invalid. The type qualifiers: const/volatile/restrict/_Atomic.
Definition at line 1350 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getBlockPointer(), and GetFullTypeForDeclarator().