clang  3.9.0
Static Public Member Functions | List of all members
clang::cast_convert_decl_context< ToTy, true > Struct Template Reference

#include <DeclBase.h>

Static Public Member Functions

static const ToTy * doit (const DeclContext *Val)
 
static ToTy * doit (DeclContext *Val)
 

Detailed Description

template<class ToTy>
struct clang::cast_convert_decl_context< ToTy, true >

Definition at line 1841 of file DeclBase.h.

Member Function Documentation

template<class ToTy >
static const ToTy* clang::cast_convert_decl_context< ToTy, true >::doit ( const DeclContext Val)
inlinestatic

Definition at line 1842 of file DeclBase.h.

template<class ToTy >
static ToTy* clang::cast_convert_decl_context< ToTy, true >::doit ( DeclContext Val)
inlinestatic

Definition at line 1846 of file DeclBase.h.


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