clang 20.0.0git
|
Specialize PointerLikeTypeTraits to allow LazyGenerationalUpdatePtr to be placed into a PointerUnion. More...
#include "clang/AST/ExternalASTSource.h"
Public Types | |
using | Ptr = clang::LazyGenerationalUpdatePtr< Owner, T, Update > |
Static Public Member Functions | |
static void * | getAsVoidPointer (Ptr P) |
static Ptr | getFromVoidPointer (void *P) |
Static Public Attributes | |
static constexpr int | NumLowBitsAvailable |
Specialize PointerLikeTypeTraits to allow LazyGenerationalUpdatePtr to be placed into a PointerUnion.
Definition at line 477 of file ExternalASTSource.h.
using llvm::PointerLikeTypeTraits< clang::LazyGenerationalUpdatePtr< Owner, T, Update > >::Ptr = clang::LazyGenerationalUpdatePtr<Owner, T, Update> |
Definition at line 479 of file ExternalASTSource.h.
|
inlinestatic |
Definition at line 481 of file ExternalASTSource.h.
References P.
|
inlinestatic |
Definition at line 482 of file ExternalASTSource.h.
References P.
|
staticconstexpr |
Definition at line 484 of file ExternalASTSource.h.