clang 23.0.0git
llvm::PointerLikeTypeTraits< ::clang::Type * > Struct Reference

#include "clang/AST/TypeBase.h"

Inheritance diagram for llvm::PointerLikeTypeTraits< ::clang::Type * >:
[legend]

Static Public Member Functions

static void * getAsVoidPointer (::clang::Type *P)
static inline ::clang::TypegetFromVoidPointer (void *P)

Static Public Attributes

static constexpr int NumLowBitsAvailable = clang::TypeAlignmentInBits

Detailed Description

Definition at line 91 of file TypeBase.h.

Member Function Documentation

◆ getAsVoidPointer()

void * llvm::PointerLikeTypeTraits< ::clang::Type * >::getAsVoidPointer ( ::clang::Type * P)
inlinestatic

Definition at line 92 of file TypeBase.h.

◆ getFromVoidPointer()

inline ::clang::Type * llvm::PointerLikeTypeTraits< ::clang::Type * >::getFromVoidPointer ( void * P)
inlinestatic

Definition at line 94 of file TypeBase.h.

Member Data Documentation

◆ NumLowBitsAvailable

int llvm::PointerLikeTypeTraits< ::clang::Type * >::NumLowBitsAvailable = clang::TypeAlignmentInBits
staticconstexpr

Definition at line 98 of file TypeBase.h.


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