|
clang
5.0.0
|
#include "clang/Analysis/Analyses/Dominators.h"
Public Types | |
| typedef ::clang::DomTreeNode * | NodeRef |
| typedef ::clang::DomTreeNode::iterator | ChildIteratorType |
| typedef llvm::pointer_iterator < df_iterator <::clang::DomTreeNode * > > | nodes_iterator |
Static Public Member Functions | |
| static NodeRef | getEntryNode (NodeRef N) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
| static nodes_iterator | nodes_begin (::clang::DomTreeNode *N) |
| static nodes_iterator | nodes_end (::clang::DomTreeNode *N) |
Definition at line 169 of file Dominators.h.
| typedef ::clang::DomTreeNode::iterator llvm::GraphTraits< ::clang::DomTreeNode * >::ChildIteratorType |
Definition at line 171 of file Dominators.h.
| typedef ::clang::DomTreeNode* llvm::GraphTraits< ::clang::DomTreeNode * >::NodeRef |
Definition at line 170 of file Dominators.h.
| typedef llvm::pointer_iterator<df_iterator<::clang::DomTreeNode *> > llvm::GraphTraits< ::clang::DomTreeNode * >::nodes_iterator |
Definition at line 178 of file Dominators.h.
|
inlinestatic |
Definition at line 174 of file Dominators.h.
|
inlinestatic |
Definition at line 175 of file Dominators.h.
|
inlinestatic |
Definition at line 173 of file Dominators.h.
|
inlinestatic |
Definition at line 180 of file Dominators.h.
|
inlinestatic |
Definition at line 184 of file Dominators.h.
1.8.6