clang API Documentation

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

#include <CFG.h>

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

List of all members.

Public Types

typedef
::clang::CFGBlock::const_pred_iterator 
ChildIteratorType

Static Public Member Functions

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

Public Attributes

typedefconst::clang::CFGBlock NodeType

Detailed Description

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

Definition at line 869 of file CFG.h.


Member Typedef Documentation

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

Definition at line 871 of file CFG.h.


Member Function Documentation

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

Definition at line 876 of file CFG.h.

References clang::CFGBlock::pred_begin().

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

Definition at line 879 of file CFG.h.

References clang::CFGBlock::pred_end().

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

Definition at line 873 of file CFG.h.


Member Data Documentation

typedefconst ::clang::CFGBlock llvm::GraphTraits< Inverse< const ::clang::CFGBlock * > >::NodeType

Definition at line 870 of file CFG.h.


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