|
clang 22.0.0git
|
#include "clang/Sema/DeclSpec.h"
Public Member Functions | |
| void | destroy () |
Public Attributes | |
| unsigned | TypeQuals: 5 |
| The type qualifiers: const/volatile/restrict/unaligned/atomic. | |
| SourceLocation | ConstQualLoc |
| The location of the const-qualifier, if any. | |
| SourceLocation | VolatileQualLoc |
| The location of the volatile-qualifier, if any. | |
| SourceLocation | RestrictQualLoc |
| The location of the restrict-qualifier, if any. | |
| SourceLocation | AtomicQualLoc |
| The location of the _Atomic-qualifier, if any. | |
| SourceLocation | UnalignedQualLoc |
| The location of the __unaligned-qualifier, if any. | |
Definition at line 1241 of file DeclSpec.h.
|
inline |
| SourceLocation clang::DeclaratorChunk::PointerTypeInfo::AtomicQualLoc |
The location of the _Atomic-qualifier, if any.
Definition at line 1256 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers(), fillAtomicQualLoc(), and clang::DeclaratorChunk::getPointer().
| SourceLocation clang::DeclaratorChunk::PointerTypeInfo::ConstQualLoc |
The location of the const-qualifier, if any.
Definition at line 1247 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers(), and clang::DeclaratorChunk::getPointer().
| SourceLocation clang::DeclaratorChunk::PointerTypeInfo::RestrictQualLoc |
The location of the restrict-qualifier, if any.
Definition at line 1253 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers(), and clang::DeclaratorChunk::getPointer().
| unsigned clang::DeclaratorChunk::PointerTypeInfo::TypeQuals |
The type qualifiers: const/volatile/restrict/unaligned/atomic.
Definition at line 1244 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers(), GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getPointer().
| SourceLocation clang::DeclaratorChunk::PointerTypeInfo::UnalignedQualLoc |
The location of the __unaligned-qualifier, if any.
Definition at line 1259 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers(), and clang::DeclaratorChunk::getPointer().
| SourceLocation clang::DeclaratorChunk::PointerTypeInfo::VolatileQualLoc |
The location of the volatile-qualifier, if any.
Definition at line 1250 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers(), and clang::DeclaratorChunk::getPointer().