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

#include <CallGraph.h>

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

Public Types

typedef clang::CallGraphNode NodeType
 
typedef
clang::CallGraphNode::CallRecord 
CallRecordTy
 
typedef
std::pointer_to_unary_function
< CallRecordTy,
clang::CallGraphNode * > 
CGNDerefFun
 
typedef mapped_iterator
< NodeType::iterator,
CGNDerefFun
ChildIteratorType
 

Static Public Member Functions

static NodeTypegetEntryNode (clang::CallGraphNode *CGN)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 
static clang::CallGraphNodeCGNDeref (CallRecordTy P)
 

Detailed Description

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

Definition at line 173 of file CallGraph.h.

Member Typedef Documentation

Definition at line 175 of file CallGraph.h.

typedef std::pointer_to_unary_function<CallRecordTy, clang::CallGraphNode*> llvm::GraphTraits< clang::CallGraphNode * >::CGNDerefFun

Definition at line 177 of file CallGraph.h.

typedef mapped_iterator<NodeType::iterator, CGNDerefFun> llvm::GraphTraits< clang::CallGraphNode * >::ChildIteratorType

Definition at line 179 of file CallGraph.h.

typedef clang::CallGraphNode llvm::GraphTraits< clang::CallGraphNode * >::NodeType

Definition at line 174 of file CallGraph.h.

Member Function Documentation

static clang::CallGraphNode* llvm::GraphTraits< clang::CallGraphNode * >::CGNDeref ( CallRecordTy  P)
inlinestatic

Definition at line 186 of file CallGraph.h.

References P.

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

Definition at line 180 of file CallGraph.h.

References clang::CallGraphNode::begin().

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

Definition at line 183 of file CallGraph.h.

References clang::CallGraphNode::end().

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

Definition at line 178 of file CallGraph.h.


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