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

#include "clang/AST/APValue.h"

Static Public Member Functions

static void * getAsVoidPointer (clang::DynamicAllocLValue V)
 
static clang::DynamicAllocLValue getFromVoidPointer (void *P)
 

Static Public Attributes

static constexpr int NumLowBitsAvailable
 

Detailed Description

Definition at line 106 of file APValue.h.

Member Function Documentation

◆ getAsVoidPointer()

static void * llvm::PointerLikeTypeTraits< clang::DynamicAllocLValue >::getAsVoidPointer ( clang::DynamicAllocLValue  V)
inlinestatic

Definition at line 107 of file APValue.h.

References V.

◆ getFromVoidPointer()

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

Definition at line 110 of file APValue.h.

References clang::DynamicAllocLValue::getFromOpaqueValue(), and P.

Member Data Documentation

◆ NumLowBitsAvailable

constexpr int llvm::PointerLikeTypeTraits< clang::DynamicAllocLValue >::NumLowBitsAvailable
staticconstexpr
Initial value:

Definition at line 113 of file APValue.h.


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