class BitIntType

Declaration

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

Description

A fixed int type of a specified bitwidth.

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

Inherits from: Type, FoldingSetBase::Node

Member Variables

private unsigned int IsUnsigned
private unsigned int NumBits

Inherited from Type:

protected

Method Overview

  • protected BitIntType(bool isUnsigned, unsigned int NumBits)
  • public void Profile(llvm::FoldingSetNodeID & ID)
  • public static void Profile(llvm::FoldingSetNodeID & ID, bool IsUnsigned, unsigned int NumBits)
  • public static bool classof(const clang::Type * T)
  • public clang::QualType desugar() const
  • public unsigned int getNumBits() const
  • public bool isSigned() const
  • public bool isSugared() const
  • public bool isUnsigned() const

Inherited from FoldingSetBase::Node:

Inherited from Type:

Inherited from ExtQualsTypeCommonBase:

    Methods

    BitIntType(bool isUnsigned, unsigned int NumBits)

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

    Parameters

    bool isUnsigned
    unsigned int NumBits

    void Profile(llvm::FoldingSetNodeID& ID)

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

    Parameters

    llvm::FoldingSetNodeID& ID

    static void Profile(llvm::FoldingSetNodeID& ID,
                        bool IsUnsigned,
                        unsigned int NumBits)

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

    Parameters

    llvm::FoldingSetNodeID& ID
    bool IsUnsigned
    unsigned int NumBits

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

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

    Parameters

    const clang::Type* T

    clang::QualType desugar() const

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

    unsigned int getNumBits() const

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

    bool isSigned() const

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

    bool isSugared() const

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

    bool isUnsigned() const

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