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

#include "clang/Analysis/CFG.h"

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

Public Types

typedef
::clang::CFGBlock::const_pred_iterator 
ChildIteratorType
 

Static Public Member Functions

static NodeRef getEntryNode (Inverse< const ::clang::CFGBlock * > G)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Public Attributes

typedefconst::clang::CFGBlock * NodeRef
 

Detailed Description

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

Definition at line 1050 of file CFG.h.

Member Typedef Documentation

typedef ::clang::CFGBlock::const_pred_iterator llvm::GraphTraits< Inverse< const ::clang::CFGBlock * > >::ChildIteratorType

Definition at line 1052 of file CFG.h.

Member Function Documentation

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

Definition at line 1058 of file CFG.h.

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

Definition at line 1060 of file CFG.h.

static NodeRef llvm::GraphTraits< Inverse< const ::clang::CFGBlock * > >::getEntryNode ( Inverse< const ::clang::CFGBlock * >  G)
inlinestatic

Definition at line 1054 of file CFG.h.

Member Data Documentation

typedefconst ::clang::CFGBlock* llvm::GraphTraits< Inverse< const ::clang::CFGBlock * > >::NodeRef

Definition at line 1051 of file CFG.h.


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