clang API Documentation

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

#include <Type.h>

List of all members.

Public Types

enum  { NumLowBitsAvailable = clang::TypeAlignmentInBits }

Static Public Member Functions

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

Detailed Description

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

Definition at line 58 of file Type.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
NumLowBitsAvailable 

Definition at line 64 of file Type.h.


Member Function Documentation

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

Definition at line 60 of file Type.h.

References P.

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

Definition at line 61 of file Type.h.

References P.


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