clang API Documentation
#include <IdentifierTable.h>
Public Types | |
| enum | { NumLowBitsAvailable = 1 } |
Static Public Member Functions | |
| static const void * | getAsVoidPointer (const clang::IdentifierInfo *P) |
| static const clang::IdentifierInfo * | getFromVoidPointer (const void *P) |
Definition at line 856 of file IdentifierTable.h.
| anonymous enum |
Definition at line 864 of file IdentifierTable.h.
| static const void* llvm::PointerLikeTypeTraits< const clang::IdentifierInfo * >::getAsVoidPointer | ( | const clang::IdentifierInfo * | P | ) | [inline, static] |
Definition at line 858 of file IdentifierTable.h.
References P.
| static const clang::IdentifierInfo* llvm::PointerLikeTypeTraits< const clang::IdentifierInfo * >::getFromVoidPointer | ( | const void * | P | ) | [inline, static] |
Definition at line 861 of file IdentifierTable.h.
References P.