clang
6.0.0
|
#include "clang/Sema/DeclSpec.h"
Public Member Functions | |
void | destroy () |
Public Attributes | |
unsigned | TypeQuals: 5 |
The type qualifiers: const/volatile/restrict/unaligned/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... | |
unsigned | UnalignedQualLoc |
The location of the __unaligned-qualifier, if any. More... | |
![]() | |
AttributeList * | AttrList |
Definition at line 1144 of file DeclSpec.h.
|
inline |
Definition at line 1163 of file DeclSpec.h.
unsigned clang::DeclaratorChunk::PointerTypeInfo::AtomicQualLoc |
The location of the _Atomic-qualifier, if any.
Definition at line 1158 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers(), and fillAtomicQualLoc().
unsigned clang::DeclaratorChunk::PointerTypeInfo::ConstQualLoc |
The location of the const-qualifier, if any.
Definition at line 1149 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers().
unsigned clang::DeclaratorChunk::PointerTypeInfo::RestrictQualLoc |
The location of the restrict-qualifier, if any.
Definition at line 1155 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers().
unsigned clang::DeclaratorChunk::PointerTypeInfo::TypeQuals |
The type qualifiers: const/volatile/restrict/unaligned/atomic.
Definition at line 1146 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers().
unsigned clang::DeclaratorChunk::PointerTypeInfo::UnalignedQualLoc |
The location of the __unaligned-qualifier, if any.
Definition at line 1161 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers().
unsigned clang::DeclaratorChunk::PointerTypeInfo::VolatileQualLoc |
The location of the volatile-qualifier, if any.
Definition at line 1152 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers().