class ParenType

Declaration

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

Description

Sugar for parentheses used when specifying types.

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

Inherits from: Type, FoldingSetBase::Node

Member Variables

private clang::QualType Inner

Inherited from Type:

protected

Method Overview

  • private ParenType(clang::QualType InnerType, clang::QualType CanonType)
  • public void Profile(llvm::FoldingSetNodeID & ID)
  • public static void Profile(llvm::FoldingSetNodeID & ID, clang::QualType Inner)
  • public static bool classof(const clang::Type * T)
  • public clang::QualType desugar() const
  • public clang::QualType getInnerType() const
  • public bool isSugared() const

Inherited from FoldingSetBase::Node:

Inherited from Type:

Inherited from ExtQualsTypeCommonBase:

    Methods

    ParenType(clang::QualType InnerType,
              clang::QualType CanonType)

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

    Parameters

    clang::QualType InnerType
    clang::QualType CanonType

    void Profile(llvm::FoldingSetNodeID& ID)

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

    Parameters

    llvm::FoldingSetNodeID& ID

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

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

    Parameters

    llvm::FoldingSetNodeID& ID
    clang::QualType Inner

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

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

    Parameters

    const clang::Type* T

    clang::QualType desugar() const

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

    clang::QualType getInnerType() const

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

    bool isSugared() const

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