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

#include <Type.h>

Public Types

typedef Type NodeType
 
typedef Type::subtype_iterator ChildIteratorType
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 448 of file Type.h.

Member Typedef Documentation

Definition at line 450 of file Type.h.

Definition at line 449 of file Type.h.

Member Function Documentation

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

Definition at line 453 of file Type.h.

References llvm::Type::subtype_begin().

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

Definition at line 456 of file Type.h.

References llvm::Type::subtype_end().

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

Definition at line 452 of file Type.h.

References T.


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