|
clang
3.8.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 |
Public Attributes inherited from clang::DeclaratorChunk::TypeInfoCommon | |
| AttributeList * | AttrList |
Definition at line 1401 of file DeclSpec.h.
|
inline |
Definition at line 1416 of file DeclSpec.h.
References Scope().
Referenced by clang::DeclaratorChunk::destroy().
|
inline |
Definition at line 1410 of file DeclSpec.h.
References ScopeMem.
Referenced by clang::Sema::containsUnexpandedParameterPacks(), destroy(), GetFullTypeForDeclarator(), and RebuildDeclaratorInCurrentInstantiation().
|
inline |
Definition at line 1413 of file DeclSpec.h.
References ScopeMem.
| void* clang::DeclaratorChunk::MemberPointerTypeInfo::Aligner |
Definition at line 1407 of file DeclSpec.h.
| char clang::DeclaratorChunk::MemberPointerTypeInfo::Mem[sizeof(CXXScopeSpec)] |
Definition at line 1408 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 1403 of file DeclSpec.h.
Referenced by GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getMemberPointer().
1.8.6