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

#include "clang/Analysis/CallGraph.h"

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

Public Types

typedef clang::CallGraphNode NodeType
 
typedef clang::CallGraphNodeNodeRef
 
typedef NodeType::iterator ChildIteratorType
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 174 of file CallGraph.h.

Member Typedef Documentation

Definition at line 177 of file CallGraph.h.

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

Definition at line 176 of file CallGraph.h.

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

Definition at line 175 of file CallGraph.h.

Member Function Documentation

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 179 of file CallGraph.h.


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