clang API Documentation

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

Represents a pointer type decayed from an array or function type. More...

#include <Type.h>

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

List of all members.

Public Member Functions

QualType getDecayedType () const
QualType getPointeeType () const

Static Public Member Functions

static bool classof (const Type *T)

Friends

class ASTContext

Detailed Description

Represents a pointer type decayed from an array or function type.

Definition at line 2043 of file Type.h.


Member Function Documentation

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().

Definition at line 2053 of file Type.h.

getPointeeType - If this is a pointer, ObjC object pointer, or block pointer, this returns the respective pointee.

Reimplemented from clang::Type.

Definition at line 2055 of file Type.h.


Friends And Related Function Documentation

friend class ASTContext [friend]

Reimplemented from clang::AdjustedType.

Definition at line 2050 of file Type.h.


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