struct DeclaratorChunk::MemberPointerTypeInfo

Declaration

struct DeclaratorChunk::MemberPointerTypeInfo { /* full declaration omitted */ };

Declared at: clang/include/clang/Sema/DeclSpec.h:1523

Member Variables

public unsigned int TypeQuals
The type qualifiers: const/volatile/restrict/__unaligned/_Atomic.
public clang::SourceLocation StarLoc
Location of the '*' token.
public char[32] ScopeMem

Method Overview

  • public clang::CXXScopeSpec & Scope()
  • public const clang::CXXScopeSpec & Scope() const
  • public void destroy()

Methods

clang::CXXScopeSpec& Scope()

Declared at: clang/include/clang/Sema/DeclSpec.h:1531

const clang::CXXScopeSpec& Scope() const

Declared at: clang/include/clang/Sema/DeclSpec.h:1534

void destroy()

Declared at: clang/include/clang/Sema/DeclSpec.h:1537