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

#include "clang/AST/StmtGraphTraits.h"

Public Types

typedef const clang::StmtNodeRef
 
typedef
clang::Stmt::const_child_iterator 
ChildIteratorType
 
typedef llvm::df_iterator
< const clang::Stmt * > 
nodes_iterator
 

Static Public Member Functions

static NodeRef getEntryNode (const clang::Stmt *S)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 
static nodes_iterator nodes_begin (const clang::Stmt *S)
 
static nodes_iterator nodes_end (const clang::Stmt *S)
 

Detailed Description

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

Definition at line 54 of file StmtGraphTraits.h.

Member Typedef Documentation

typedef clang::Stmt::const_child_iterator llvm::GraphTraits< const clang::Stmt * >::ChildIteratorType

Definition at line 56 of file StmtGraphTraits.h.

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

Definition at line 55 of file StmtGraphTraits.h.

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

Definition at line 57 of file StmtGraphTraits.h.

Member Function Documentation

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

Definition at line 61 of file StmtGraphTraits.h.

References clang::Stmt::child_begin().

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

Definition at line 66 of file StmtGraphTraits.h.

References clang::Stmt::child_end().

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

Definition at line 59 of file StmtGraphTraits.h.

References S.

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

Definition at line 71 of file StmtGraphTraits.h.

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

Definition at line 75 of file StmtGraphTraits.h.


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