clang API Documentation

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

#include <Type.h>

List of all members.

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


Member Enumeration Documentation

anonymous enum
Enumerator:
NumLowBitsAvailable 

Definition at line 1018 of file Type.h.


Member Function Documentation

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

Definition at line 1011 of file Type.h.

References clang::QualType::getAsOpaquePtr().

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

Definition at line 1014 of file Type.h.

References clang::QualType::getFromOpaquePtr().


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