clang
10.0.0git
|
#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)] |
Definition at line 1518 of file DeclSpec.h.
|
inline |
Definition at line 1530 of file DeclSpec.h.
|
inline |
Definition at line 1524 of file DeclSpec.h.
Referenced by clang::Sema::containsUnexpandedParameterPacks().
|
inline |
Definition at line 1527 of file DeclSpec.h.
char clang::DeclaratorChunk::MemberPointerTypeInfo::ScopeMem[sizeof(CXXScopeSpec)] |
Definition at line 1523 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getMemberPointer().
unsigned clang::DeclaratorChunk::MemberPointerTypeInfo::TypeQuals |
The type qualifiers: const/volatile/restrict/__unaligned/_Atomic.
Definition at line 1520 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getMemberPointer().