clang  3.7.0
Public Types | Static Public Member Functions | List of all members
llvm::PointerLikeTypeTraits< ::clang::Type * > Class Template Reference

#include <Type.h>

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 50 of file Type.h.

Member Enumeration Documentation

anonymous enum
Enumerator
NumLowBitsAvailable 

Definition at line 56 of file Type.h.

Member Function Documentation

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

Definition at line 52 of file Type.h.

References P.

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

Definition at line 53 of file Type.h.

References P.


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