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

#include <CallGraph.h>

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

Public Types

typedef const clang::CallGraphNode NodeType
 
typedef NodeType::const_iterator ChildIteratorType
 

Static Public Member Functions

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::CallGraphNode * >

Definition at line 191 of file CallGraph.h.

Member Typedef Documentation

typedef NodeType::const_iterator llvm::GraphTraits< const clang::CallGraphNode * >::ChildIteratorType

Definition at line 193 of file CallGraph.h.

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

Definition at line 192 of file CallGraph.h.

Member Function Documentation

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

Definition at line 195 of file CallGraph.h.

References clang::CallGraphNode::begin().

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

Definition at line 196 of file CallGraph.h.

References clang::CallGraphNode::end().

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

Definition at line 194 of file CallGraph.h.


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