clang  3.9.0
Public Types | Static Public Member Functions | Public Attributes | List of all members
llvm::GraphTraits< const ::clang::CFGBlock * > Struct Template Reference

#include <CFG.h>

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

Public Types

typedef
::clang::CFGBlock::const_succ_iterator 
ChildIteratorType
 

Static Public Member Functions

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

Public Attributes

typedefconst::clang::CFGBlock NodeType
 

Detailed Description

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

Definition at line 1014 of file CFG.h.

Member Typedef Documentation

typedef ::clang::CFGBlock::const_succ_iterator llvm::GraphTraits< const ::clang::CFGBlock * >::ChildIteratorType

Definition at line 1016 of file CFG.h.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< const ::clang::CFGBlock * >::child_begin ( NodeType N)
inlinestatic

Definition at line 1021 of file CFG.h.

static ChildIteratorType llvm::GraphTraits< const ::clang::CFGBlock * >::child_end ( NodeType N)
inlinestatic

Definition at line 1024 of file CFG.h.

static NodeType* llvm::GraphTraits< const ::clang::CFGBlock * >::getEntryNode ( const clang::CFGBlock BB)
inlinestatic

Definition at line 1018 of file CFG.h.

Member Data Documentation

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

Definition at line 1015 of file CFG.h.


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