clang
17.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. More... | |
SourceLocation | ConstQualLoc |
The location of the const-qualifier, if any. More... | |
SourceLocation | VolatileQualLoc |
The location of the volatile-qualifier, if any. More... | |
SourceLocation | RestrictQualLoc |
The location of the restrict-qualifier, if any. More... | |
SourceLocation | AtomicQualLoc |
The location of the _Atomic-qualifier, if any. More... | |
SourceLocation | UnalignedQualLoc |
The location of the __unaligned-qualifier, if any. More... | |
Definition at line 1216 of file DeclSpec.h.
|
inline |
Definition at line 1235 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 1230 of file DeclSpec.h.
Referenced by fillAtomicQualLoc(), and clang::DeclaratorChunk::getPointer().
SourceLocation clang::DeclaratorChunk::PointerTypeInfo::ConstQualLoc |
The location of the const-qualifier, if any.
Definition at line 1221 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getPointer().
SourceLocation clang::DeclaratorChunk::PointerTypeInfo::RestrictQualLoc |
The location of the restrict-qualifier, if any.
Definition at line 1227 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getPointer().
unsigned clang::DeclaratorChunk::PointerTypeInfo::TypeQuals |
The type qualifiers: const/volatile/restrict/unaligned/atomic.
Definition at line 1218 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getPointer().
SourceLocation clang::DeclaratorChunk::PointerTypeInfo::UnalignedQualLoc |
The location of the __unaligned-qualifier, if any.
Definition at line 1233 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getPointer().
SourceLocation clang::DeclaratorChunk::PointerTypeInfo::VolatileQualLoc |
The location of the volatile-qualifier, if any.
Definition at line 1224 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getPointer().