clang API Documentation

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

#include <CFG.h>

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

List of all members.

Public Types

typedef
::clang::CFG::const_graph_iterator 
nodes_iterator

Static Public Member Functions

static NodeTypegetEntryNode (const ::clang::CFG *F)
static nodes_iterator nodes_begin (const ::clang::CFG *F)
static nodes_iterator nodes_end (const ::clang::CFG *F)
static unsigned size (const ::clang::CFG *F)

Detailed Description

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

Definition at line 1070 of file CFG.h.


Member Typedef Documentation

typedef ::clang::CFG::const_graph_iterator llvm::GraphTraits< const ::clang::CFG * >::nodes_iterator

Definition at line 1073 of file CFG.h.


Member Function Documentation

static NodeType* llvm::GraphTraits< const ::clang::CFG * >::getEntryNode ( const ::clang::CFG F) [inline, static]

Definition at line 1075 of file CFG.h.

static nodes_iterator llvm::GraphTraits< const ::clang::CFG * >::nodes_begin ( const ::clang::CFG F) [inline, static]

Definition at line 1078 of file CFG.h.

static nodes_iterator llvm::GraphTraits< const ::clang::CFG * >::nodes_end ( const ::clang::CFG F) [inline, static]

Definition at line 1081 of file CFG.h.

static unsigned llvm::GraphTraits< const ::clang::CFG * >::size ( const ::clang::CFG F) [inline, static]

Definition at line 1084 of file CFG.h.


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