|
clang 23.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. | |
| SourceLocation | OverflowBehaviorLoc |
| The location of an __ob_wrap or __ob_trap qualifier, if any. | |
| unsigned | OverflowBehaviorIsWrap: 1 |
| Whether the overflow behavior qualifier is wrap (true) or trap (false). | |
Definition at line 1297 of file DeclSpec.h.
|
inline |
| SourceLocation clang::DeclaratorChunk::PointerTypeInfo::AtomicQualLoc |
The location of the _Atomic-qualifier, if any.
Definition at line 1312 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers(), and fillAtomicQualLoc().
| SourceLocation clang::DeclaratorChunk::PointerTypeInfo::ConstQualLoc |
The location of the const-qualifier, if any.
Definition at line 1303 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers().
| unsigned clang::DeclaratorChunk::PointerTypeInfo::OverflowBehaviorIsWrap |
Whether the overflow behavior qualifier is wrap (true) or trap (false).
Only meaningful if OverflowBehaviorLoc is valid.
Definition at line 1323 of file DeclSpec.h.
Referenced by GetFullTypeForDeclarator().
| SourceLocation clang::DeclaratorChunk::PointerTypeInfo::OverflowBehaviorLoc |
The location of an __ob_wrap or __ob_trap qualifier, if any.
Definition at line 1318 of file DeclSpec.h.
Referenced by GetFullTypeForDeclarator().
| SourceLocation clang::DeclaratorChunk::PointerTypeInfo::RestrictQualLoc |
The location of the restrict-qualifier, if any.
Definition at line 1309 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers().
| unsigned clang::DeclaratorChunk::PointerTypeInfo::TypeQuals |
The type qualifiers: const/volatile/restrict/unaligned/atomic.
Definition at line 1300 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers(), and GetFullTypeForDeclarator().
| SourceLocation clang::DeclaratorChunk::PointerTypeInfo::UnalignedQualLoc |
The location of the __unaligned-qualifier, if any.
Definition at line 1315 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers().
| SourceLocation clang::DeclaratorChunk::PointerTypeInfo::VolatileQualLoc |
The location of the volatile-qualifier, if any.
Definition at line 1306 of file DeclSpec.h.
Referenced by diagnoseRedundantReturnTypeQualifiers().