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