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

#include "clang/Analysis/CallGraph.h"

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

Public Types

typedef const clang::CallGraphNode NodeType
 
typedef const
clang::CallGraphNode
NodeRef
 
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 186 of file CallGraph.h.

Member Typedef Documentation

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

Definition at line 189 of file CallGraph.h.

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

Definition at line 188 of file CallGraph.h.

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

Definition at line 187 of file CallGraph.h.

Member Function Documentation

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

Definition at line 192 of file CallGraph.h.

References clang::CallGraphNode::begin().

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

Definition at line 193 of file CallGraph.h.

References clang::CallGraphNode::end().

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

Definition at line 191 of file CallGraph.h.


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