LLVM  3.7.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 Type NodeType
 
typedef Type::subtype_iterator ChildIteratorType
 

Static Public Member Functions

static NodeTypegetEntryNode (NodeType *T)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 

Detailed Description

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

Definition at line 461 of file Type.h.

Member Typedef Documentation

Definition at line 463 of file Type.h.

Definition at line 462 of file Type.h.

Member Function Documentation

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

Definition at line 466 of file Type.h.

References llvm::Type::subtype_begin().

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

Definition at line 469 of file Type.h.

References llvm::Type::subtype_end().

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

Definition at line 465 of file Type.h.

References T.


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