clang 17.0.0git
Static Public Member Functions | Static Public Attributes | List of all members
llvm::PointerLikeTypeTraits< clang::IdentifierInfo * > Struct Reference

#include "clang/Basic/IdentifierTable.h"

Collaboration diagram for llvm::PointerLikeTypeTraits< clang::IdentifierInfo * >:
Collaboration graph
[legend]

Static Public Member Functions

static void * getAsVoidPointer (clang::IdentifierInfo *P)
 
static clang::IdentifierInfogetFromVoidPointer (void *P)
 

Static Public Attributes

static constexpr int NumLowBitsAvailable = 1
 

Detailed Description

Definition at line 1050 of file IdentifierTable.h.

Member Function Documentation

◆ getAsVoidPointer()

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

Definition at line 1051 of file IdentifierTable.h.

References P.

◆ getFromVoidPointer()

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

Definition at line 1055 of file IdentifierTable.h.

References P.

Member Data Documentation

◆ NumLowBitsAvailable

constexpr int llvm::PointerLikeTypeTraits< clang::IdentifierInfo * >::NumLowBitsAvailable = 1
staticconstexpr

Definition at line 1059 of file IdentifierTable.h.


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