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

#include "clang/Analysis/CallGraph.h"

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

Public Types

typedef mapped_iterator
< clang::CallGraph::const_iterator,
decltype(&CGGetValue)> 
nodes_iterator
 
- Public Types inherited from llvm::GraphTraits< const clang::CallGraphNode * >
typedef const clang::CallGraphNode NodeType
 
typedef const
clang::CallGraphNode
NodeRef
 
typedef NodeType::const_iterator ChildIteratorType
 

Static Public Member Functions

static NodeTypegetEntryNode (const clang::CallGraph *CGN)
 
static clang::CallGraphNodeCGGetValue (clang::CallGraph::const_iterator::value_type &P)
 
static nodes_iterator nodes_begin (const clang::CallGraph *CG)
 
static nodes_iterator nodes_end (const clang::CallGraph *CG)
 
static unsigned size (const clang::CallGraph *CG)
 
- Static Public Member Functions inherited from llvm::GraphTraits< const clang::CallGraphNode * >
static NodeTypegetEntryNode (const clang::CallGraphNode *CGN)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 

Detailed Description

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

Definition at line 224 of file CallGraph.h.

Member Typedef Documentation

typedef mapped_iterator<clang::CallGraph::const_iterator, decltype(&CGGetValue)> llvm::GraphTraits< const clang::CallGraph * >::nodes_iterator

Definition at line 238 of file CallGraph.h.

Member Function Documentation

static clang::CallGraphNode* llvm::GraphTraits< const clang::CallGraph * >::CGGetValue ( clang::CallGraph::const_iterator::value_type &  P)
inlinestatic

Definition at line 231 of file CallGraph.h.

static NodeType* llvm::GraphTraits< const clang::CallGraph * >::getEntryNode ( const clang::CallGraph CGN)
inlinestatic

Definition at line 226 of file CallGraph.h.

References clang::CallGraph::getRoot().

static nodes_iterator llvm::GraphTraits< const clang::CallGraph * >::nodes_begin ( const clang::CallGraph CG)
inlinestatic

Definition at line 240 of file CallGraph.h.

References clang::CallGraph::begin().

static nodes_iterator llvm::GraphTraits< const clang::CallGraph * >::nodes_end ( const clang::CallGraph CG)
inlinestatic

Definition at line 243 of file CallGraph.h.

References clang::CallGraph::end().

static unsigned llvm::GraphTraits< const clang::CallGraph * >::size ( const clang::CallGraph CG)
inlinestatic

Definition at line 246 of file CallGraph.h.

References clang::CallGraph::size().


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