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

#include "clang/AST/Type.h"

Static Public Member Functions

static void * getAsVoidPointer (::clang::ExtQuals *P)
 
static inline ::clang::ExtQualsgetFromVoidPointer (void *P)
 

Static Public Attributes

static constexpr int NumLowBitsAvailable = clang::TypeAlignmentInBits
 

Detailed Description

Definition at line 97 of file Type.h.

Member Function Documentation

◆ getAsVoidPointer()

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

Definition at line 98 of file Type.h.

References P.

◆ getFromVoidPointer()

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

Definition at line 100 of file Type.h.

References P.

Member Data Documentation

◆ NumLowBitsAvailable

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

Definition at line 104 of file Type.h.


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