clang 19.0.0git
Static Public Member Functions | Static Public Attributes | List of all members
llvm::PointerLikeTypeTraits< ::clang::Type * > Struct Reference

#include "clang/AST/Type.h"

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 86 of file Type.h.

Member Function Documentation

◆ getAsVoidPointer()

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

Definition at line 87 of file Type.h.

References P.

◆ getFromVoidPointer()

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

Definition at line 89 of file Type.h.

References P.

Member Data Documentation

◆ NumLowBitsAvailable

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

Definition at line 93 of file Type.h.


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