|
clang
3.8.0
|
#include <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... | |
Public Attributes inherited from clang::DeclaratorChunk::TypeInfoCommon | |
| AttributeList * | AttrList |
Definition at line 1131 of file DeclSpec.h.
|
inline |
Definition at line 1136 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::destroy().
| bool clang::DeclaratorChunk::ReferenceTypeInfo::HasRestrict |
The type qualifier: restrict. [GNU] C++ extension.
Definition at line 1133 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 1135 of file DeclSpec.h.
Referenced by GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getReference().
1.8.6