clang
3.7.0
|
#include <DeclSpec.h>
Public Member Functions | |
void | destroy () |
Public Attributes | |
unsigned | TypeQuals: 4 |
The type qualifiers: const/volatile/restrict/atomic. More... | |
unsigned | ConstQualLoc |
The location of the const-qualifier, if any. More... | |
unsigned | VolatileQualLoc |
The location of the volatile-qualifier, if any. More... | |
unsigned | RestrictQualLoc |
The location of the restrict-qualifier, if any. More... | |
unsigned | AtomicQualLoc |
The location of the _Atomic-qualifier, if any. More... | |
![]() | |
AttributeList * | AttrList |
Definition at line 1106 of file DeclSpec.h.
|
inline |
Definition at line 1122 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::destroy().
unsigned clang::DeclaratorChunk::PointerTypeInfo::AtomicQualLoc |
The location of the _Atomic-qualifier, if any.
Definition at line 1120 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers(), fillAtomicQualLoc(), and clang::DeclaratorChunk::getPointer().
unsigned clang::DeclaratorChunk::PointerTypeInfo::ConstQualLoc |
The location of the const-qualifier, if any.
Definition at line 1111 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers(), and clang::DeclaratorChunk::getPointer().
unsigned clang::DeclaratorChunk::PointerTypeInfo::RestrictQualLoc |
The location of the restrict-qualifier, if any.
Definition at line 1117 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers(), and clang::DeclaratorChunk::getPointer().
unsigned clang::DeclaratorChunk::PointerTypeInfo::TypeQuals |
The type qualifiers: const/volatile/restrict/atomic.
Definition at line 1108 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers(), GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getPointer().
unsigned clang::DeclaratorChunk::PointerTypeInfo::VolatileQualLoc |
The location of the volatile-qualifier, if any.
Definition at line 1114 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers(), and clang::DeclaratorChunk::getPointer().