clang API Documentation

Public Member Functions | Public Attributes
clang::DeclaratorChunk::ReferenceTypeInfo Struct Reference

#include <DeclSpec.h>

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

List of all members.

Public Member Functions

void destroy ()

Public Attributes

bool HasRestrict: 1
 The type qualifier: restrict. [GNU] C++ extension.
bool LValueRef: 1
 True if this is an lvalue reference, false if it's an rvalue reference.

Detailed Description

Definition at line 1024 of file DeclSpec.h.


Member Function Documentation

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

Definition at line 1029 of file DeclSpec.h.

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


Member Data Documentation

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

Definition at line 1026 of file DeclSpec.h.

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

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

Definition at line 1028 of file DeclSpec.h.

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


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