clang
6.0.0
|
#include "clang/Sema/DeclSpec.h"
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... | |
![]() | |
AttributeList * | AttrList |
Definition at line 1167 of file DeclSpec.h.
|
inline |
Definition at line 1172 of file DeclSpec.h.
bool clang::DeclaratorChunk::ReferenceTypeInfo::HasRestrict |
The type qualifier: restrict. [GNU] C++ extension.
Definition at line 1169 of file DeclSpec.h.
bool clang::DeclaratorChunk::ReferenceTypeInfo::LValueRef |
True if this is an lvalue reference, false if it's an rvalue reference.
Definition at line 1171 of file DeclSpec.h.