clang  3.7.0
Public Member Functions | Public Attributes | List of all members
clang::DeclaratorChunk::ReferenceTypeInfo Struct Reference

#include <DeclSpec.h>

Inheritance diagram for clang::DeclaratorChunk::ReferenceTypeInfo:
[legend]
Collaboration diagram for clang::DeclaratorChunk::ReferenceTypeInfo:
[legend]

Public Member Functions

void destroy ()
 

Public Attributes

bool HasRestrict: 1
 The type qualifier: restrict. [GNU] C++ extension. More...
 
bool LValueRef: 1
 True if this is an lvalue reference, false if it's an rvalue reference. More...
 
- Public Attributes inherited from clang::DeclaratorChunk::TypeInfoCommon
AttributeListAttrList
 

Detailed Description

Definition at line 1126 of file DeclSpec.h.

Member Function Documentation

void clang::DeclaratorChunk::ReferenceTypeInfo::destroy ( )
inline

Definition at line 1131 of file DeclSpec.h.

Referenced by clang::DeclaratorChunk::destroy().

Member Data Documentation

bool clang::DeclaratorChunk::ReferenceTypeInfo::HasRestrict

The type qualifier: restrict. [GNU] C++ extension.

Definition at line 1128 of file DeclSpec.h.

Referenced by GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getReference().

bool clang::DeclaratorChunk::ReferenceTypeInfo::LValueRef

True if this is an lvalue reference, false if it's an rvalue reference.

Definition at line 1130 of file DeclSpec.h.

Referenced by GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getReference().


The documentation for this struct was generated from the following file: