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

#include <DeclCXX.h>

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 76 of file DeclCXX.h.

Member Enumeration Documentation

anonymous enum
Enumerator
NumLowBitsAvailable 

Definition at line 86 of file DeclCXX.h.

Member Function Documentation

static void* llvm::PointerLikeTypeTraits< ::clang::AnyFunctionDecl >::getAsVoidPointer ( ::clang::AnyFunctionDecl  F)
inlinestatic

Definition at line 78 of file DeclCXX.h.

References clang::AnyFunctionDecl::get().

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

Definition at line 81 of file DeclCXX.h.


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