clang 22.0.0git
llvm::PointerLikeTypeTraits< clang::Selector > Struct Reference

#include "clang/Basic/IdentifierTable.h"

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

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 1273 of file IdentifierTable.h.

Member Function Documentation

◆ getAsVoidPointer()

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

Definition at line 1274 of file IdentifierTable.h.

References clang::Selector::getAsOpaquePtr().

◆ getFromVoidPointer()

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

Definition at line 1278 of file IdentifierTable.h.

Member Data Documentation

◆ NumLowBitsAvailable

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

Definition at line 1282 of file IdentifierTable.h.


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