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 |
LValueReferenceType - C++ [dcl.ref] - Lvalue reference
static bool clang::LValueReferenceType::classof | ( | const Type * | T | ) | [inline, static] |
Reimplemented from clang::ReferenceType.
Definition at line 2156 of file Type.h.
References clang::Type::getTypeClass().
QualType clang::LValueReferenceType::desugar | ( | ) | const [inline] |
bool clang::LValueReferenceType::isSugared | ( | ) | const [inline] |
friend class ASTContext [friend] |
Reimplemented from clang::Type.