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

#include <Type.h>

Public Types

typedef const TypeNodeRef
 
typedef Type::subtype_iterator ChildIteratorType
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 451 of file Type.h.

Member Typedef Documentation

Definition at line 453 of file Type.h.

Definition at line 452 of file Type.h.

Member Function Documentation

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

Definition at line 456 of file Type.h.

References llvm::Type::subtype_begin().

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

Definition at line 457 of file Type.h.

References llvm::Type::subtype_end().

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

Definition at line 455 of file Type.h.

References T.


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