clang 24.0.0git
llvm::PointerLikeTypeTraits< clang::TypeInfoLValue > Struct Reference

#include "clang/AST/APValue.h"

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

Static Public Member Functions

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

Static Public Attributes

static constexpr int NumLowBitsAvailable = 3

Detailed Description

Definition at line 94 of file APValue.h.

Member Function Documentation

◆ getAsVoidPointer()

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

Definition at line 95 of file APValue.h.

References V.

◆ getFromVoidPointer()

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

Definition at line 98 of file APValue.h.

References clang::TypeInfoLValue::getFromOpaqueValue().

Member Data Documentation

◆ NumLowBitsAvailable

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: