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

#include "clang/Basic/IdentifierTable.h"

Static Public Member Functions

static const void * getAsVoidPointer (clang::Selector P)
 
static clang::Selector getFromVoidPointer (const void *P)
 

Static Public Attributes

static constexpr int NumLowBitsAvailable = 0
 

Detailed Description

Definition at line 1190 of file IdentifierTable.h.

Member Function Documentation

◆ getAsVoidPointer()

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

Definition at line 1191 of file IdentifierTable.h.

References P.

◆ getFromVoidPointer()

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

Definition at line 1195 of file IdentifierTable.h.

References P.

Member Data Documentation

◆ NumLowBitsAvailable

constexpr int llvm::PointerLikeTypeTraits< clang::Selector >::NumLowBitsAvailable = 0
staticconstexpr

Definition at line 1199 of file IdentifierTable.h.


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