clang
3.9.0
|
#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"
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 | |
llvm | |
DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
clang | |
Dataflow Directional Tag Classes. | |
Typedefs | |
typedef llvm::DomTreeNodeBase < CFGBlock > | clang::DomTreeNode |