clang API Documentation

Static Public Member Functions
llvm::GraphTraits< ::clang::DominatorTree * > Struct Template Reference

#include <Dominators.h>

Inheritance diagram for llvm::GraphTraits< ::clang::DominatorTree * >:
Inheritance graph
[legend]
Collaboration diagram for llvm::GraphTraits< ::clang::DominatorTree * >:
Collaboration graph
[legend]

List of all members.

Static Public Member Functions

static NodeTypegetEntryNode (::clang::DominatorTree *DT)
static nodes_iterator nodes_begin (::clang::DominatorTree *N)
static nodes_iterator nodes_end (::clang::DominatorTree *N)

Detailed Description

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

Definition at line 196 of file Dominators.h.


Member Function Documentation

static NodeType* llvm::GraphTraits< ::clang::DominatorTree * >::getEntryNode ( ::clang::DominatorTree DT) [inline, static]

Definition at line 198 of file Dominators.h.

References clang::DominatorTree::getRootNode().

static nodes_iterator llvm::GraphTraits< ::clang::DominatorTree * >::nodes_begin ( ::clang::DominatorTree N) [inline, static]

Definition at line 202 of file Dominators.h.

static nodes_iterator llvm::GraphTraits< ::clang::DominatorTree * >::nodes_end ( ::clang::DominatorTree N) [inline, static]

Definition at line 206 of file Dominators.h.


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