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

#include "clang/AST/APValue.h"

Static Public Member Functions

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

Static Public Attributes

static constexpr int NumLowBitsAvailable = 3
 

Detailed Description

Definition at line 94 of file APValue.h.

Member Function Documentation

◆ getAsVoidPointer()

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

Definition at line 95 of file APValue.h.

References V.

◆ getFromVoidPointer()

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

Definition at line 98 of file APValue.h.

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

Member Data Documentation

◆ NumLowBitsAvailable

constexpr int llvm::PointerLikeTypeTraits< clang::TypeInfoLValue >::NumLowBitsAvailable = 3
staticconstexpr

Definition at line 103 of file APValue.h.


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