clang 20.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 1271 of file DeclSpec.h.
|
inline |
Definition at line 1291 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::destroy().
SourceLocation clang::DeclaratorChunk::PointerTypeInfo::AtomicQualLoc |
The location of the _Atomic-qualifier, if any.
Definition at line 1286 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 1277 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 1283 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 1274 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 1289 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 1280 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers(), and clang::DeclaratorChunk::getPointer().