clang 23.0.0git
clang::DeclaratorChunk::ReferenceTypeInfo Struct Reference

#include "clang/Sema/DeclSpec.h"

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 1308 of file DeclSpec.h.

Member Function Documentation

◆ destroy()

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

Definition at line 1313 of file DeclSpec.h.

Member Data Documentation

◆ HasRestrict

bool clang::DeclaratorChunk::ReferenceTypeInfo::HasRestrict

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

Definition at line 1310 of file DeclSpec.h.

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

◆ LValueRef

bool clang::DeclaratorChunk::ReferenceTypeInfo::LValueRef

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

Definition at line 1312 of file DeclSpec.h.

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


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