clang API Documentation

Public Types | Static Public Member Functions
clang::RedeclarableTemplateDecl::SpecEntryTraits< EntryType > Struct Template Reference

#include <DeclTemplate.h>

List of all members.

Public Types

typedef EntryType DeclType

Static Public Member Functions

static DeclTypegetMostRecentDecl (EntryType *D)

Detailed Description

template<typename EntryType>
struct clang::RedeclarableTemplateDecl::SpecEntryTraits< EntryType >

Definition at line 545 of file DeclTemplate.h.


Member Typedef Documentation

template<typename EntryType>
typedef EntryType clang::RedeclarableTemplateDecl::SpecEntryTraits< EntryType >::DeclType

Definition at line 546 of file DeclTemplate.h.


Member Function Documentation

template<typename EntryType>
static DeclType* clang::RedeclarableTemplateDecl::SpecEntryTraits< EntryType >::getMostRecentDecl ( EntryType *  D) [inline, static]

Definition at line 548 of file DeclTemplate.h.


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