clang API Documentation

Classes | Namespaces | Typedefs
Dominators.h File Reference
#include "clang/Analysis/AnalysisContext.h"
#include "clang/Analysis/CFG.h"
#include "llvm/ADT/GraphTraits.h"
#include "llvm/Support/GenericDomTree.h"
#include "llvm/Support/GenericDomTreeConstruction.h"
Include dependency graph for Dominators.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::DominatorTree
 Concrete subclass of DominatorTreeBase for Clang This class implements the dominators tree functionality given a Clang CFG. More...
struct  llvm::GraphTraits< ::clang::DomTreeNode * >
struct  llvm::GraphTraits< ::clang::DominatorTree * >

Namespaces

namespace  llvm
namespace  clang

Typedefs

typedef llvm::DomTreeNodeBase
< CFGBlock > 
clang::DomTreeNode