|
clang
5.0.0
|
#include "clang/Sema/DeclSpec.h"
Public Member Functions | |
| CXXScopeSpec & | Scope () |
| const CXXScopeSpec & | Scope () const |
| void | destroy () |
Public Attributes | |
| unsigned | TypeQuals: 5 |
| The type qualifiers: const/volatile/restrict/__unaligned/_Atomic. More... | |
| char | ScopeMem [sizeof(CXXScopeSpec)] |
Public Attributes inherited from clang::DeclaratorChunk::TypeInfoCommon | |
| AttributeList * | AttrList |
Definition at line 1474 of file DeclSpec.h.
|
inline |
Definition at line 1486 of file DeclSpec.h.
References Scope().
Referenced by clang::DeclaratorChunk::destroy().
|
inline |
Definition at line 1480 of file DeclSpec.h.
References ScopeMem.
Referenced by clang::Sema::containsUnexpandedParameterPacks(), destroy(), GetFullTypeForDeclarator(), and RebuildDeclaratorInCurrentInstantiation().
|
inline |
Definition at line 1483 of file DeclSpec.h.
References ScopeMem.
| char clang::DeclaratorChunk::MemberPointerTypeInfo::ScopeMem[sizeof(CXXScopeSpec)] |
Definition at line 1479 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getMemberPointer(), and Scope().
| unsigned clang::DeclaratorChunk::MemberPointerTypeInfo::TypeQuals |
The type qualifiers: const/volatile/restrict/__unaligned/_Atomic.
Definition at line 1476 of file DeclSpec.h.
Referenced by GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getMemberPointer().
1.8.6