clang
8.0.0
|
#include "clang/Analysis/Analyses/Dominators.h"
Public Types | |
using | NodeRef = ::clang::DomTreeNode * |
using | ChildIteratorType = ::clang::DomTreeNode::iterator |
using | nodes_iterator = llvm::pointer_iterator< df_iterator<::clang::DomTreeNode * > > |
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 165 of file Dominators.h.
using llvm::GraphTraits< ::clang::DomTreeNode *>::ChildIteratorType = ::clang::DomTreeNode::iterator |
Definition at line 167 of file Dominators.h.
using llvm::GraphTraits< ::clang::DomTreeNode *>::NodeRef = ::clang::DomTreeNode * |
Definition at line 166 of file Dominators.h.
using llvm::GraphTraits< ::clang::DomTreeNode *>::nodes_iterator = llvm::pointer_iterator<df_iterator<::clang::DomTreeNode *> > |
Definition at line 174 of file Dominators.h.
|
inlinestatic |
Definition at line 170 of file Dominators.h.
|
inlinestatic |
Definition at line 171 of file Dominators.h.
|
inlinestatic |
Definition at line 169 of file Dominators.h.
|
inlinestatic |
Definition at line 176 of file Dominators.h.
|
inlinestatic |
Definition at line 180 of file Dominators.h.