clang API Documentation

Static Public Member Functions
clang::cast_convert_decl_context< ToTy, IsKnownSubtype > Struct Template Reference

#include <DeclBase.h>

List of all members.

Static Public Member Functions

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

Detailed Description

template<class ToTy, bool IsKnownSubtype = ::std::is_base_of<DeclContext, ToTy>::value>
struct clang::cast_convert_decl_context< ToTy, IsKnownSubtype >

Definition at line 1689 of file DeclBase.h.


Member Function Documentation

template<class ToTy , bool IsKnownSubtype = ::std::is_base_of<DeclContext, ToTy>::value>
static const ToTy* clang::cast_convert_decl_context< ToTy, IsKnownSubtype >::doit ( const DeclContext Val) [inline, static]

Definition at line 1690 of file DeclBase.h.

References clang::Decl::castFromDeclContext().

template<class ToTy , bool IsKnownSubtype = ::std::is_base_of<DeclContext, ToTy>::value>
static ToTy* clang::cast_convert_decl_context< ToTy, IsKnownSubtype >::doit ( DeclContext Val) [inline, static]

Definition at line 1694 of file DeclBase.h.

References clang::Decl::castFromDeclContext().


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