LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< Type * > Struct Template Reference

#include <Type.h>

Public Types

typedef TypeNodeRef
 
typedef Type::subtype_iterator ChildIteratorType
 

Static Public Member Functions

static NodeRef getEntryNode (Type *T)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

template<>
struct llvm::GraphTraits< Type * >

Definition at line 442 of file Type.h.

Member Typedef Documentation

Definition at line 444 of file Type.h.

Definition at line 443 of file Type.h.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< Type * >::child_begin ( NodeRef  N)
inlinestatic

Definition at line 447 of file Type.h.

References llvm::Type::subtype_begin().

static ChildIteratorType llvm::GraphTraits< Type * >::child_end ( NodeRef  N)
inlinestatic

Definition at line 448 of file Type.h.

References llvm::Type::subtype_end().

static NodeRef llvm::GraphTraits< Type * >::getEntryNode ( Type T)
inlinestatic

Definition at line 446 of file Type.h.

References T.


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