clang API Documentation
#include <Type.h>
Public Member Functions | |
TypedefNameDecl * | getDecl () const |
bool | isSugared () const |
QualType | desugar () const |
Static Public Member Functions | |
static bool | classof (const Type *T) |
Protected Member Functions | |
TypedefType (TypeClass tc, const TypedefNameDecl *D, QualType can) | |
Friends | |
class | ASTContext |
clang::TypedefType::TypedefType | ( | TypeClass | tc, |
const TypedefNameDecl * | D, | ||
QualType | can | ||
) | [inline, protected] |
static bool clang::TypedefType::classof | ( | const Type * | T | ) | [inline, static] |
Definition at line 3187 of file Type.h.
References clang::Type::getTypeClass().
QualType TypedefType::desugar | ( | ) | const |
Definition at line 1807 of file Type.cpp.
References getDecl(), and clang::TypedefNameDecl::getUnderlyingType().
TypedefNameDecl* clang::TypedefType::getDecl | ( | ) | const [inline] |
Definition at line 3182 of file Type.h.
Referenced by desugar(), clang::QualType::getBaseTypeIdentifier(), getObjCBridgeAttr(), IsCFError(), IsStdString(), and clang::ASTNodeImporter::VisitTypedefType().
bool clang::TypedefType::isSugared | ( | ) | const [inline] |
friend class ASTContext [friend] |
Reimplemented from clang::Type.