clang  3.7.0
Static Public Member Functions | List of all members
llvm::cast_convert_val< ::clang::DeclContext, FromTy, FromTy > Struct Template Reference

Implement cast_convert_val for Decl -> DeclContext conversions. More...

#include <DeclBase.h>

Static Public Member Functions

::clang::DeclContextdoit (const FromTy &Val)
 

Detailed Description

template<class FromTy>
struct llvm::cast_convert_val< ::clang::DeclContext, FromTy, FromTy >

Implement cast_convert_val for Decl -> DeclContext conversions.

Definition at line 1844 of file DeclBase.h.

Member Function Documentation

template<class FromTy >
::clang::DeclContext& llvm::cast_convert_val< ::clang::DeclContext, FromTy, FromTy >::doit ( const FromTy &  Val)
inlinestatic

Definition at line 1845 of file DeclBase.h.


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