clang API Documentation

Static Public Member Functions
clang::cast_convert_decl_context< ToTy, true > 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>
struct clang::cast_convert_decl_context< ToTy, true >

Definition at line 1701 of file DeclBase.h.


Member Function Documentation

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

Definition at line 1702 of file DeclBase.h.

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

Definition at line 1706 of file DeclBase.h.


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