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

#include <StmtGraphTraits.h>

Public Types

typedef clang::Stmt NodeType
 
typedef clang::Stmt * NodeRef
 
typedef clang::Stmt::child_iterator ChildIteratorType
 
typedef llvm::df_iterator
< clang::Stmt * > 
nodes_iterator
 

Static Public Member Functions

static NodeTypegetEntryNode (clang::Stmt *S)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 
static nodes_iterator nodes_begin (clang::Stmt *S)
 
static nodes_iterator nodes_end (clang::Stmt *S)
 

Detailed Description

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

Definition at line 27 of file StmtGraphTraits.h.

Member Typedef Documentation

typedef clang::Stmt::child_iterator llvm::GraphTraits< clang::Stmt * >::ChildIteratorType

Definition at line 30 of file StmtGraphTraits.h.

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

Definition at line 29 of file StmtGraphTraits.h.

typedef llvm::df_iterator<clang::Stmt*> llvm::GraphTraits< clang::Stmt * >::nodes_iterator

Definition at line 31 of file StmtGraphTraits.h.

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

Definition at line 28 of file StmtGraphTraits.h.

Member Function Documentation

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

Definition at line 35 of file StmtGraphTraits.h.

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

Definition at line 40 of file StmtGraphTraits.h.

static NodeType* llvm::GraphTraits< clang::Stmt * >::getEntryNode ( clang::Stmt *  S)
inlinestatic

Definition at line 33 of file StmtGraphTraits.h.

References S.

static nodes_iterator llvm::GraphTraits< clang::Stmt * >::nodes_begin ( clang::Stmt *  S)
inlinestatic

Definition at line 45 of file StmtGraphTraits.h.

static nodes_iterator llvm::GraphTraits< clang::Stmt * >::nodes_end ( clang::Stmt *  S)
inlinestatic

Definition at line 49 of file StmtGraphTraits.h.


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