clang API Documentation

Public Types | Static Public Member Functions
llvm::PointerLikeTypeTraits< ::clang::Type * > Class Template Reference

#include <Type.h>

List of all members.

Public Types

enum  { NumLowBitsAvailable = clang::TypeAlignmentInBits }

Static Public Member Functions

static void * getAsVoidPointer (::clang::Type *P)
static inline::clang::Type * getFromVoidPointer (void *P)

Detailed Description

template<>
class llvm::PointerLikeTypeTraits< ::clang::Type * >

Definition at line 49 of file Type.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
NumLowBitsAvailable 

Definition at line 55 of file Type.h.


Member Function Documentation

static void* llvm::PointerLikeTypeTraits< ::clang::Type * >::getAsVoidPointer ( ::clang::Type P) [inline, static]

Definition at line 51 of file Type.h.

References P.

static inline ::clang::Type* llvm::PointerLikeTypeTraits< ::clang::Type * >::getFromVoidPointer ( void *  P) [inline, static]

Definition at line 52 of file Type.h.

References P.


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