clang API Documentation
Represents a pointer type decayed from an array or function type. More...
#include <Type.h>
Public Member Functions | |
QualType | getDecayedType () const |
QualType | getPointeeType () const |
Static Public Member Functions | |
static bool | classof (const Type *T) |
Friends | |
class | ASTContext |
Represents a pointer type decayed from an array or function type.
static bool clang::DecayedType::classof | ( | const Type * | T | ) | [inline, static] |
Reimplemented from clang::AdjustedType.
Definition at line 2059 of file Type.h.
References clang::Type::getTypeClass().
QualType clang::DecayedType::getDecayedType | ( | ) | const [inline] |
QualType clang::DecayedType::getPointeeType | ( | ) | const [inline] |
getPointeeType - If this is a pointer, ObjC object pointer, or block pointer, this returns the respective pointee.
Reimplemented from clang::Type.
friend class ASTContext [friend] |
Reimplemented from clang::AdjustedType.