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

#include "clang/AST/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 1146 of file Type.h.

Member Enumeration Documentation

anonymous enum
Enumerator
NumLowBitsAvailable 

Definition at line 1155 of file Type.h.

Member Function Documentation

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

Definition at line 1148 of file Type.h.

References clang::QualType::getAsOpaquePtr().

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

Definition at line 1151 of file Type.h.

References clang::QualType::getFromOpaquePtr().


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