clang API Documentation

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

#include <DeclCXX.h>

List of all members.

Public Types

enum  { NumLowBitsAvailable = 2 }

Static Public Member Functions

static void * getAsVoidPointer (::clang::AnyFunctionDecl F)
static
inline::clang::AnyFunctionDecl 
getFromVoidPointer (void *P)

Detailed Description

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

Definition at line 74 of file DeclCXX.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
NumLowBitsAvailable 

Definition at line 84 of file DeclCXX.h.


Member Function Documentation

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

Definition at line 76 of file DeclCXX.h.

References clang::AnyFunctionDecl::get().

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

Definition at line 79 of file DeclCXX.h.


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