|
clang
3.8.0
|
#include <DeclSpec.h>
Public Member Functions | |
| void | destroy () |
Public Attributes | |
| unsigned | TypeQuals: 4 |
| For now, sema will catch these as invalid. More... | |
Public Attributes inherited from clang::DeclaratorChunk::TypeInfoCommon | |
| AttributeList * | AttrList |
Definition at line 1392 of file DeclSpec.h.
|
inline |
Definition at line 1397 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::destroy().
| unsigned clang::DeclaratorChunk::BlockPointerTypeInfo::TypeQuals |
For now, sema will catch these as invalid.
The type qualifiers: const/volatile/restrict/_Atomic.
Definition at line 1395 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getBlockPointer(), GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getPipe().
1.8.6