clang API Documentation
#include <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. | |
Definition at line 1097 of file DeclSpec.h.
| void clang::DeclaratorChunk::ReferenceTypeInfo::destroy | ( | ) | [inline] |
Definition at line 1102 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::destroy().
The type qualifier: restrict. [GNU] C++ extension.
Definition at line 1099 of file DeclSpec.h.
Referenced by GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getReference().
True if this is an lvalue reference, false if it's an rvalue reference.
Definition at line 1101 of file DeclSpec.h.
Referenced by GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getReference().