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 1001 of file CFG.h.


Member Typedef Documentation

Definition at line 1003 of file CFG.h.

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

Definition at line 1002 of file CFG.h.


Member Function Documentation

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

Definition at line 1008 of file CFG.h.

References clang::CFGBlock::succ_begin().

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

Definition at line 1011 of file CFG.h.

References clang::CFGBlock::succ_end().

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

Definition at line 1005 of file CFG.h.


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