clang API Documentation

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

#include <CFG.h>

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

List of all members.

Public Types

typedef ::clang::CFGBlock NodeType
typedef
::clang::CFGBlock::succ_iterator 
ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (::clang::CFGBlock *BB)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

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

Definition at line 827 of file CFG.h.


Member Typedef Documentation

Definition at line 829 of file CFG.h.

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

Definition at line 828 of file CFG.h.


Member Function Documentation

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

Definition at line 834 of file CFG.h.

References clang::CFGBlock::succ_begin().

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

Definition at line 837 of file CFG.h.

References clang::CFGBlock::succ_end().

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

Definition at line 831 of file CFG.h.


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