clang API Documentation
#include <Type.h>
Public Member Functions | |
bool | isSugared () const |
QualType | desugar () const |
Static Public Member Functions | |
static bool | classof (const Type *T) |
Friends | |
class | ASTContext |
RValueReferenceType - C++0x [dcl.ref] - Rvalue reference
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().
QualType clang::RValueReferenceType::desugar | ( | ) | const [inline] |
bool clang::RValueReferenceType::isSugared | ( | ) | const [inline] |
friend class ASTContext [friend] |
Reimplemented from clang::Type.