clang API Documentation

Public Types | Static Public Member Functions
llvm::GraphTraits< Inverse< ::clang::CFGBlock * > > Struct Template Reference

#include <CFG.h>

Inheritance diagram for llvm::GraphTraits< Inverse< ::clang::CFGBlock * > >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef ::clang::CFGBlock NodeType
typedef
::clang::CFGBlock::const_pred_iterator 
ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (Inverse< ::clang::CFGBlock * > G)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

template<>
struct llvm::GraphTraits< Inverse< ::clang::CFGBlock * > >

Definition at line 1029 of file CFG.h.


Member Typedef Documentation

typedef ::clang::CFGBlock::const_pred_iterator llvm::GraphTraits< Inverse< ::clang::CFGBlock * > >::ChildIteratorType

Definition at line 1031 of file CFG.h.

typedef ::clang::CFGBlock llvm::GraphTraits< Inverse< ::clang::CFGBlock * > >::NodeType

Definition at line 1030 of file CFG.h.


Member Function Documentation

static ChildIteratorType llvm::GraphTraits< Inverse< ::clang::CFGBlock * > >::child_begin ( NodeType N) [inline, static]

Definition at line 1036 of file CFG.h.

References clang::CFGBlock::pred_begin().

static ChildIteratorType llvm::GraphTraits< Inverse< ::clang::CFGBlock * > >::child_end ( NodeType N) [inline, static]

Definition at line 1039 of file CFG.h.

References clang::CFGBlock::pred_end().

static NodeType* llvm::GraphTraits< Inverse< ::clang::CFGBlock * > >::getEntryNode ( Inverse< ::clang::CFGBlock * >  G) [inline, static]

Definition at line 1033 of file CFG.h.


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