class PointerType

Declaration

class PointerType : public Type, public Node { /* full declaration omitted */ };

Description

PointerType - C99 6.7.5.1 - Pointer Declarators.

Declared at: clang/include/clang/AST/Type.h:2712

Inherits from: Type, FoldingSetBase::Node

Member Variables

private clang::QualType PointeeType

Inherited from Type:

protected

Method Overview

  • private PointerType(clang::QualType Pointee, clang::QualType CanonicalPtr)
  • public void Profile(llvm::FoldingSetNodeID & ID)
  • public static void Profile(llvm::FoldingSetNodeID & ID, clang::QualType Pointee)
  • public static bool classof(const clang::Type * T)
  • public clang::QualType desugar() const
  • public clang::QualType getPointeeType() const
  • public bool isSugared() const

Inherited from FoldingSetBase::Node:

Inherited from Type:

Inherited from ExtQualsTypeCommonBase:

    Methods

    PointerType(clang::QualType Pointee,
                clang::QualType CanonicalPtr)

    Declared at: clang/include/clang/AST/Type.h:2717

    Parameters

    clang::QualType Pointee
    clang::QualType CanonicalPtr

    void Profile(llvm::FoldingSetNodeID& ID)

    Declared at: clang/include/clang/AST/Type.h:2727

    Parameters

    llvm::FoldingSetNodeID& ID

    static void Profile(llvm::FoldingSetNodeID& ID,
                        clang::QualType Pointee)

    Declared at: clang/include/clang/AST/Type.h:2731

    Parameters

    llvm::FoldingSetNodeID& ID
    clang::QualType Pointee

    static bool classof(const clang::Type* T)

    Declared at: clang/include/clang/AST/Type.h:2735

    Parameters

    const clang::Type* T

    clang::QualType desugar() const

    Declared at: clang/include/clang/AST/Type.h:2725

    clang::QualType getPointeeType() const

    Declared at: clang/include/clang/AST/Type.h:2722

    bool isSugared() const

    Declared at: clang/include/clang/AST/Type.h:2724