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

#include "clang/Analysis/CFG.h"

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

Public Types

typedef ::clang::CFGBlockNodeRef
 
typedef
::clang::CFGBlock::succ_iterator 
ChildIteratorType
 

Static Public Member Functions

static NodeRef getEntryNode (::clang::CFGBlock *BB)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

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

Definition at line 1015 of file CFG.h.

Member Typedef Documentation

Definition at line 1017 of file CFG.h.

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

Definition at line 1016 of file CFG.h.

Member Function Documentation

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

Definition at line 1021 of file CFG.h.

References clang::CFGBlock::succ_begin().

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

Definition at line 1023 of file CFG.h.

References clang::CFGBlock::succ_end().

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

Definition at line 1019 of file CFG.h.


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