clang  3.9.0
Public Types | Static Public Member Functions | List of all members
llvm::PointerLikeTypeTraits< clang::QualType > Class Template Reference

#include <Type.h>

Public Types

enum  { NumLowBitsAvailable = 0 }
 

Static Public Member Functions

static void * getAsVoidPointer (clang::QualType P)
 
static clang::QualType getFromVoidPointer (void *P)
 

Detailed Description

template<>
class llvm::PointerLikeTypeTraits< clang::QualType >

Definition at line 1124 of file Type.h.

Member Enumeration Documentation

anonymous enum
Enumerator
NumLowBitsAvailable 

Definition at line 1133 of file Type.h.

Member Function Documentation

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

Definition at line 1126 of file Type.h.

References clang::QualType::getAsOpaquePtr().

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

Definition at line 1129 of file Type.h.

References clang::QualType::getFromOpaquePtr().


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