clang API Documentation

Public Member Functions | Static Public Member Functions | Friends
clang::RValueReferenceType Class Reference

#include <Type.h>

Inheritance diagram for clang::RValueReferenceType:
Inheritance graph
[legend]
Collaboration diagram for clang::RValueReferenceType:
Collaboration graph
[legend]

List of all members.

Public Member Functions

bool isSugared () const
QualType desugar () const

Static Public Member Functions

static bool classof (const Type *T)

Friends

class ASTContext

Detailed Description

RValueReferenceType - C++0x [dcl.ref] - Rvalue reference

Definition at line 2163 of file Type.h.


Member Function Documentation

static bool clang::RValueReferenceType::classof ( const Type T) [inline, static]

Reimplemented from clang::ReferenceType.

Definition at line 2172 of file Type.h.

References clang::Type::getTypeClass().

Definition at line 2170 of file Type.h.

Definition at line 2169 of file Type.h.


Friends And Related Function Documentation

friend class ASTContext [friend]

Reimplemented from clang::Type.

Definition at line 2167 of file Type.h.


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