clang
3.7.0
|
#include <DeclSpec.h>
Public Member Functions | |
CXXScopeSpec & | Scope () |
const CXXScopeSpec & | Scope () const |
void | destroy () |
Public Attributes | |
unsigned | TypeQuals: 4 |
The type qualifiers: const/volatile/restrict/_Atomic. More... | |
union { | |
void * Aligner | |
char Mem [sizeof(CXXScopeSpec)] | |
} | ScopeMem |
![]() | |
AttributeList * | AttrList |
Definition at line 1385 of file DeclSpec.h.
|
inline |
Definition at line 1400 of file DeclSpec.h.
References Scope().
Referenced by clang::DeclaratorChunk::destroy().
|
inline |
Definition at line 1394 of file DeclSpec.h.
References ScopeMem.
Referenced by clang::Sema::containsUnexpandedParameterPacks(), destroy(), GetFullTypeForDeclarator(), and RebuildDeclaratorInCurrentInstantiation().
|
inline |
Definition at line 1397 of file DeclSpec.h.
References ScopeMem.
void* clang::DeclaratorChunk::MemberPointerTypeInfo::Aligner |
Definition at line 1391 of file DeclSpec.h.
char clang::DeclaratorChunk::MemberPointerTypeInfo::Mem[sizeof(CXXScopeSpec)] |
Definition at line 1392 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getMemberPointer().
union { ... } clang::DeclaratorChunk::MemberPointerTypeInfo::ScopeMem |
Referenced by clang::DeclaratorChunk::getMemberPointer(), and Scope().
unsigned clang::DeclaratorChunk::MemberPointerTypeInfo::TypeQuals |
The type qualifiers: const/volatile/restrict/_Atomic.
Definition at line 1387 of file DeclSpec.h.
Referenced by GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getMemberPointer().