struct DeclaratorChunk::PointerTypeInfo
Declaration
struct DeclaratorChunk::PointerTypeInfo { /* full declaration omitted */ };
Declared at: clang/include/clang/Sema/DeclSpec.h:1194
Member Variables
- public unsigned int TypeQuals
- The type qualifiers: const/volatile/restrict/unaligned/atomic.
- public clang::SourceLocation ConstQualLoc
- The location of the const-qualifier, if any.
- public clang::SourceLocation VolatileQualLoc
- The location of the volatile-qualifier, if any.
- public clang::SourceLocation RestrictQualLoc
- The location of the restrict-qualifier, if any.
- public clang::SourceLocation AtomicQualLoc
- The location of the _Atomic-qualifier, if any.
- public clang::SourceLocation UnalignedQualLoc
- The location of the __unaligned-qualifier, if any.
Method Overview
- public void destroy()
Methods
ΒΆvoid destroy()
void destroy()
Declared at: clang/include/clang/Sema/DeclSpec.h:1213