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

#include "clang/AST/APValue.h"

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

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

template<>
struct llvm::PointerLikeTypeTraits< clang::TypeInfoLValue >

Definition at line 59 of file APValue.h.

Member Function Documentation

◆ getAsVoidPointer()

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

Definition at line 60 of file APValue.h.

References clang::TypeInfoLValue::getOpaqueValue().

◆ getFromVoidPointer()

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

Definition at line 63 of file APValue.h.

References clang::TypeInfoLValue::getFromOpaqueValue().

Member Data Documentation

◆ NumLowBitsAvailable

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

Definition at line 68 of file APValue.h.


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